Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c785 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()
/titanic_50/usr/src/uts/common/sys/
H A Dnet80211.h538 uint8_t ic_curhtprotmode; /* HTINFO bss state */ member