| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | bcmwifi_rspec.h | 169 #define HT_RSPEC(mcs) (WL_RSPEC_ENCODE_HT | ((mcs) & WL_RSPEC_HT_MCS_MASK)) argument 170 #define VHT_RSPEC(mcs, nss) (WL_RSPEC_ENCODE_VHT | \ argument 173 #define HE_RSPEC(mcs, nss) (WL_RSPEC_ENCODE_HE | \ argument
|
| D | bcmwifi_rates.h | 787 #define GET_PROPRIETARY_11N_MCS_NSS(mcs) (1 + ((mcs) - 85) / 8) argument 789 #define GET_11N_MCS_NSS(mcs) ((mcs) < 32 ? (1 + ((mcs) / 8)) : \ argument 792 #define IS_PROPRIETARY_11N_MCS(mcs) FALSE argument 793 #define IS_PROPRIETARY_11N_SS_MCS(mcs) FALSE /**< is proprietary HT single stream MCS */ argument
|
| D | dhd_rtt.c | 335 rate_mcs2rate(uint mcs, uint nss, uint bw, int sgi) in rate_mcs2rate() 402 uint mcs = (rspec & WL_RSPEC_RATE_MASK); in rate_rspec2rate() local 412 uint mcs = (rspec & WL_RSPEC_VHT_MCS_MASK); in rate_rspec2rate() local 2453 int mcs; in dhd_rtt_start() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/ap/ |
| D | beacon.c | 1258 u16 *mcs = (u16 *) mode->he_capab[IEEE80211_MODE_AP].mcs; in hostapd_fils_discovery_cap() local
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| D | oal_net.h | 767 struct ieee80211_mcs_info mcs; member 1043 struct ieee80211_mcs_info mcs; member 1164 hi_u8 mcs; member
|
| /device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/oal/ |
| D | oal_net_cfg80211.h | 626 struct ieee80211_mcs_info mcs; member 885 td_u8 mcs; member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/drivers/ |
| D | nl80211_copy.h | 4865 __u16 mcs[NL80211_VHT_NSS_MAX]; member 4874 __u16 mcs[NL80211_HE_NSS_MAX]; member
|
| D | driver.h | 198 u8 mcs[HE_MAX_MCS_CAPAB_SIZE]; member
|
| /device/soc/hisilicon/ws63v100/sdk/protocol/wifi/rom_code/ws63/source/inc/romable/device_common/ |
| D | hal_common_ops_device_rom.h | 1570 osal_u16 mcs : 4; /* AP指定mcs */ member 1600 mcs : 4, member
|
| /device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/mac/ |
| D | mac_frame.h | 840 osal_u32 mcs : 4; member 890 osal_u8 mcs : 4, member
|
| D | mac_vap_ext.h | 669 osal_u8 mcs; member
|
| /device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/hal/ |
| D | hal_ext_if.h | 570 static INLINE__ osal_void hal_pow_get_data_rate_idx(osal_u8 protocol_mode, osal_u8 mcs, wlan_bw_cap… in hal_pow_get_data_rate_idx()
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | wlioctl.h | 990 uint8 mcs[MCSSET_LEN]; /**< supported mcs index bit map */ member 1021 uint8 mcs[MCSSET_LEN]; /**< supported mcs index bit map */ member 2154 uint32 mcs[WL_RATESET_SZ_HT_IOCTL * WL_TX_CHAINS_MAX]; /**< MCS counts */ member 7054 uint16 mcs; member 8509 uint16 mcs; member 19990 uint8 mcs; member
|
| D | 802.11.h | 4321 #define VHT_CAP_MCS_MAP_CREATE(mcsmap, nss, mcs) \ argument
|