/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmwifi_rates.h | 810 #define HE_CAP_MCS_NSS_GET_SS_IDX(nss) (((nss)-1) * HE_CAP_MCS_CODE_SIZE) 811 #define HE_CAP_MCS_NSS_GET_MCS(nss, mcs_nss_map) \ 812 (((mcs_nss_map) >> HE_CAP_MCS_NSS_GET_SS_IDX(nss)) & HE_CAP_MCS_CODE_MASK) 813 #define HE_CAP_MCS_NSS_SET_MCS(nss, mcs_code, mcs_nss_map) \ 815 (mcs_nss_map) &= (~(HE_CAP_MCS_CODE_MASK << HE_CAP_MCS_NSS_GET_SS_IDX(nss))); \ 816 (mcs_nss_map) |= (((mcs_code) & HE_CAP_MCS_CODE_MASK) << HE_CAP_MCS_NSS_GET_SS_IDX(nss)); \ 825 uint wf_mcs_to_rate(uint mcs, uint nss, uint bw, int sgi); 826 uint wf_he_mcs_to_rate(uint mcs, uint nss, uint bw, uint gi, bool dcm); 827 uint wf_mcs_to_Ndbps(uint mcs, uint nss, uin [all...] |
H A D | bcmwifi_rspec.h | 170 #define VHT_RSPEC(mcs, nss) (WL_RSPEC_ENCODE_VHT | \ 171 (((nss) << WL_RSPEC_VHT_NSS_SHIFT) & WL_RSPEC_VHT_NSS_MASK) | \ 173 #define HE_RSPEC(mcs, nss) (WL_RSPEC_ENCODE_HE | \ 174 (((nss) << WL_RSPEC_HE_NSS_SHIFT) & WL_RSPEC_HE_NSS_MASK) | \
|
H A D | dngl_stats.h | 131 uint32 nss; /* 0:1x1, 1:2x2, 3:3x3, 4:4x4 */ member 143 uint32 nss :2; /* 0:1x1, 1:2x2, 3:3x3, 4:4x4 */ member
|
H A D | dhd_rtt.c | 335 rate_mcs2rate(uint mcs, uint nss, uint bw, int sgi) in rate_mcs2rate() argument 370 rate = rate * nss; in rate_mcs2rate() 407 uint nss = 1 + (mcs / 8); in rate_rspec2rate() local 409 rate = rate_mcs2rate(mcs, nss, RSPEC_BW(rspec), RSPEC_ISSGI(rspec)); in rate_rspec2rate() 413 uint nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in rate_rspec2rate() local 414 if (mcs > 9 || nss > 8) { in rate_rspec2rate() 415 DHD_RTT(("%s: Invalid mcs %d or nss %d\n", __FUNCTION__, mcs, nss)); in rate_rspec2rate() 419 rate = rate_mcs2rate(mcs, nss, RSPEC_BW(rspec), RSPEC_ISSGI(rspec)); in rate_rspec2rate() 2452 int nss; in dhd_rtt_start() local [all...] |
H A D | dhd_rtt.h | 188 uint32 nss :2; /* 1 : 1x1, 2: 2x2, 3: 3x3, 4: 4x4 */ member
|
H A D | wl_android.c | 3907 int bytes_written, error, result = 0, single_stream, stf = -1, i, nss = 0, mcs_map; in wl_android_get_link_status() local 3967 nss++; in wl_android_get_link_status() 3976 nss++; in wl_android_get_link_status() 3982 /* check MIMO capability with nss in beacon */ in wl_android_get_link_status() 3983 if (nss > 1) { in wl_android_get_link_status() 4027 __FUNCTION__, result, stf, single_stream, nss)); in wl_android_get_link_status()
|
H A D | wl_cfgvendor.c | 6361 p_wifi_rate_stat_v1->rate.nss = p_wifi_rate_stat->rate.nss; in wl_cfgvendor_lstats_get_info()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | 802.11.h | 1742 #define DOT11_OPER_MODE(type, nss, chanw) (\ 1745 (((nss) - 1) << DOT11_OPER_MODE_RXNSS_SHIFT & DOT11_OPER_MODE_RXNSS_MASK) |\ 1749 #define DOT11_D8_OPER_MODE(type, nss, ldpc, bw160_8080, chanw) (\ 1752 (((nss) - 1) << DOT11_OPER_MODE_RXNSS_SHIFT & DOT11_OPER_MODE_RXNSS_MASK) |\ 4320 /* get mcsmap with given mcs for given nss streams */ 4321 #define VHT_CAP_MCS_MAP_CREATE(mcsmap, nss, mcs) \ 4324 for (i = 1; i <= nss; i++) { \ 4417 #define VHT_MCS_MAP_GET_SS_IDX(nss) (((nss)-1) * VHT_CAP_MCS_MAP_S) 4418 #define VHT_MCS_MAP_GET_MCS_PER_SS(nss, mcsMa [all...] |
H A D | bcmevent.h | 995 uint8 nss; /* NSS of the STA */ member
|
H A D | wlioctl.h | 991 uint16 vht_mcs[WL_VHT_CAP_MCS_MAP_NSS_MAX]; /**< supported mcs index bit map per nss */ 1022 uint16 vht_mcs[WL_VHT_CAP_MCS_MAP_NSS_MAX]; /**< supported mcs index bit map per nss */ 1023 uint16 he_mcs[WL_HE_CAP_MCS_MAP_NSS_MAX]; /**< supported he mcs index bit map per nss */ 8510 uint16 nss; member 12782 * type, usage pref, bit duration, rx nss,
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211.c | 1170 sta_info->txrate.nss = stats->txrate.nss; in wal_cfg80211_fill_station_info() 1172 oam_info_log4(0, OAM_SF_CFG, "{wal_cfg80211_fill_station_info::legacy[%d],mcs[%d],flags[%d],nss[%d].}", in wal_cfg80211_fill_station_info() 1174 sta_info->txrate.flags, sta_info->txrate.nss); in wal_cfg80211_fill_station_info()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 1166 hi_u8 nss; member
|