Searched refs:ic_curhtprotmode (Results 1 – 2 of 2) sorted by relevance
785 ic->ic_curhtprotmode); in htinfo_notify()809 if (protmode != ic->ic_curhtprotmode) { in htinfo_update()810 ic->ic_curhtprotmode = protmode; in htinfo_update()858 if (protmode != ic->ic_curhtprotmode) { in ieee80211_htinfo_update()859 ic->ic_curhtprotmode = (uint8_t)protmode; in ieee80211_htinfo_update()1729 ht->hi_byte2 = (ht->hi_byte2 &~ PROTMODE) | ic->ic_curhtprotmode; in ieee80211_ht_update_beacon()1763 frm[1] = ic->ic_curhtprotmode; in ieee80211_add_htinfo_body()1814 ic->ic_curhtprotmode = IEEE80211_HTINFO_OPMODE_PURE; in ieee80211_ht_attach()
538 uint8_t ic_curhtprotmode; /* HTINFO bss state */ member