Home
last modified time | relevance | path

Searched defs:mcs (Results 1 – 14 of 14) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmwifi_rspec.h169 #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
Dbcmwifi_rates.h787 #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
Ddhd_rtt.c335 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/
Dbeacon.c1258 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/
Doal_net.h767 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/
Doal_net_cfg80211.h626 struct ieee80211_mcs_info mcs; member
885 td_u8 mcs; member
/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/drivers/
Dnl80211_copy.h4865 __u16 mcs[NL80211_VHT_NSS_MAX]; member
4874 __u16 mcs[NL80211_HE_NSS_MAX]; member
Ddriver.h198 u8 mcs[HE_MAX_MCS_CAPAB_SIZE]; member
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/rom_code/ws63/source/inc/romable/device_common/
Dhal_common_ops_device_rom.h1570 osal_u16 mcs : 4; /* AP指定mcs */ member
1600 mcs : 4, member
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/mac/
Dmac_frame.h840 osal_u32 mcs : 4; member
890 osal_u8 mcs : 4, member
Dmac_vap_ext.h669 osal_u8 mcs; member
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/hal/
Dhal_ext_if.h570 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/
Dwlioctl.h990 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
D802.11.h4321 #define VHT_CAP_MCS_MAP_CREATE(mcsmap, nss, mcs) \ argument