Searched refs:ic_curhtprotmode (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_ht.c247 ic->ic_curhtprotmode = IEEE80211_HTINFO_OPMODE_PURE;
1251 , ic->ic_curhtprotmode);
1280 if (protmode != ic->ic_curhtprotmode) {
1281 ic->ic_curhtprotmode = protmode;
1346 if (protmode != ic->ic_curhtprotmode &&
1347 (OPMODE(ic->ic_curhtprotmode) != IEEE80211_HTINFO_OPMODE_MIXED ||
1350 ic->ic_curhtprotmode = protmode;
2801 ht->hi_byte2 = (ht->hi_byte2 &~ PROTMODE) | ic->ic_curhtprotmode;
2841 frm[1] = ic->ic_curhtprotmode;
H A Dieee80211_var.h214 uint8_t ic_curhtprotmode;/* HTINFO bss state */ member in struct:ieee80211com
H A Dieee80211_ddb.c625 db_printf("\tcurhtprotmode 0x%x", ic->ic_curhtprotmode);
/freebsd-10.2-release/sys/dev/mwl/
H A Dif_mwl.c1307 MS(ic->ic_curhtprotmode, IEEE80211_HTINFO_OPMODE));
1950 MS(ic->ic_curhtprotmode, IEEE80211_HTINFO_OPMODE));
/freebsd-10.2-release/sys/dev/iwn/
H A Dif_iwn.c5798 htflags |= IWN_RXON_HT_PROTMODE(ic->ic_curhtprotmode);
5800 switch (ic->ic_curhtprotmode) {

Completed in 67 milliseconds