Searched refs:hc_mcsset (Results 1 – 4 of 4) sorted by relevance
2132 if (isclr(htcap->hc_mcsset, i)) in ieee80211_setup_htrates()3319 __offsetof(struct ieee80211_ie_htcap, hc_mcsset)); in ieee80211_add_htcap_body()3331 __offsetof(struct ieee80211_ie_htcap, hc_mcsset); in ieee80211_add_htcap_body()3408 __offsetof(struct ieee80211_ie_htcap, hc_mcsset)); in ieee80211_add_htcap_body_ch()3420 __offsetof(struct ieee80211_ie_htcap, hc_mcsset); in ieee80211_add_htcap_body_ch()
616 uint8_t hc_mcsset[16]; /* supported MCS set */ member
823 txparams = htcap->hc_mcsset[12]; in maxrate()833 for (i = 31; i >= 0 && isclr(htcap->hc_mcsset, i); i--); in maxrate()
2867 if (isset(htcap->hc_mcsset, i)) { in printhtcap()2869 if (isclr(htcap->hc_mcsset, j)) in printhtcap()