Home
last modified time | relevance | path

Searched defs:mcs (Results 1 – 6 of 6) 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/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/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