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

/freebsd-10.2-release/sys/net80211/
H A Dieee80211.h559 uint8_t hc_mcsset[16]; /* supported MCS set */ member in struct:ieee80211_ie_htcap
H A Dieee80211_ht.c1635 if (isclr(htcap->hc_mcsset, i))
2696 __offsetof(struct ieee80211_ie_htcap, hc_mcsset));
2708 __offsetof(struct ieee80211_ie_htcap, hc_mcsset);
H A Dieee80211_scan_sta.c776 txparams = htcap->hc_mcsset[12];
786 for (i = 31; i >= 0 && isclr(htcap->hc_mcsset, i); i--);
/freebsd-10.2-release/sbin/ifconfig/
H A Difieee80211.c2549 if (isset(htcap->hc_mcsset, i)) {
2551 if (isclr(htcap->hc_mcsset, j))

Completed in 45 milliseconds