Searched refs:hc_mcsset (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A Dieee80211.h549 uint8_t hc_mcsset[16]; /* supported MCS set */ member in struct:ieee80211_ie_htcap
H A Dieee80211_ht.c1614 if (isclr(htcap->hc_mcsset, i))
2607 __offsetof(struct ieee80211_ie_htcap, hc_mcsset));
2619 __offsetof(struct ieee80211_ie_htcap, hc_mcsset);
H A Dieee80211_scan_sta.c777 txparams = htcap->hc_mcsset[12];
787 for (i = 31; i >= 0 && isclr(htcap->hc_mcsset, i); i--);
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c2513 if (isset(htcap->hc_mcsset, i)) {
2515 if (isclr(htcap->hc_mcsset, j))

Completed in 184 milliseconds