Searched defs:mcs (Results 1 – 6 of 6) sorted by relevance
169 #define HT_RSPEC(mcs) (WL_RSPEC_ENCODE_HT | ((mcs) & WL_RSPEC_HT_MCS_MASK)) argument170 #define VHT_RSPEC(mcs, nss) (WL_RSPEC_ENCODE_VHT | \ argument173 #define HE_RSPEC(mcs, nss) (WL_RSPEC_ENCODE_HE | \ argument
787 #define GET_PROPRIETARY_11N_MCS_NSS(mcs) (1 + ((mcs) - 85) / 8) argument789 #define GET_11N_MCS_NSS(mcs) ((mcs) < 32 ? (1 + ((mcs) / 8)) : \ argument792 #define IS_PROPRIETARY_11N_MCS(mcs) FALSE argument793 #define IS_PROPRIETARY_11N_SS_MCS(mcs) FALSE /**< is proprietary HT single stream MCS */ argument
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() local412 uint mcs = (rspec & WL_RSPEC_VHT_MCS_MASK); in rate_rspec2rate() local2453 int mcs; in dhd_rtt_start() local
767 struct ieee80211_mcs_info mcs; member1043 struct ieee80211_mcs_info mcs; member1164 hi_u8 mcs; member
990 uint8 mcs[MCSSET_LEN]; /**< supported mcs index bit map */ member1021 uint8 mcs[MCSSET_LEN]; /**< supported mcs index bit map */ member2154 uint32 mcs[WL_RATESET_SZ_HT_IOCTL * WL_TX_CHAINS_MAX]; /**< MCS counts */ member7054 uint16 mcs; member8509 uint16 mcs; member19990 uint8 mcs; member
4321 #define VHT_CAP_MCS_MAP_CREATE(mcsmap, nss, mcs) \ argument