Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_ht.c248 ic->ic_curhtprotmode = IEEE80211_HTINFO_OPMODE_PURE; in ieee80211_ht_attach()
1288 , ic->ic_curhtprotmode); in htinfo_notify()
1317 if (protmode != ic->ic_curhtprotmode) { in htinfo_update()
1318 ic->ic_curhtprotmode = protmode; in htinfo_update()
1383 if (protmode != ic->ic_curhtprotmode && in ieee80211_htprot_update()
1384 (OPMODE(ic->ic_curhtprotmode) != IEEE80211_HTINFO_OPMODE_MIXED || in ieee80211_htprot_update()
1387 ic->ic_curhtprotmode = protmode; in ieee80211_htprot_update()
2902 ht->hi_byte2 = (ht->hi_byte2 &~ PROTMODE) | ic->ic_curhtprotmode; in ieee80211_ht_update_beacon()
2942 frm[1] = ic->ic_curhtprotmode; in ieee80211_add_htinfo_body()
HDieee80211_var.h223 uint8_t ic_curhtprotmode;/* HTINFO bss state */ member
HDieee80211_ddb.c626 db_printf("\tcurhtprotmode 0x%x", ic->ic_curhtprotmode); in _db_show_com()
/NextBSD/sys/dev/mwl/
HDif_mwl.c1232 MS(ic->ic_curhtprotmode, IEEE80211_HTINFO_OPMODE)); in mwl_reset_vap()
1870 MS(ic->ic_curhtprotmode, IEEE80211_HTINFO_OPMODE)); in mwl_beacon_update()
/NextBSD/sys/dev/iwn/
HDif_iwn.c6451 htflags |= IWN_RXON_HT_PROTMODE(ic->ic_curhtprotmode); in iwn_get_rxon_ht_flags()
6454 switch (ic->ic_curhtprotmode) { in iwn_get_rxon_ht_flags()
7096 sc->rxon->chan, le32toh(sc->rxon->flags), ic->ic_curhtprotmode); in iwn_run()