Home
last modified time | relevance | path

Searched refs:IEEE80211_FHT_NONHT_PR (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_proto.c1093 if (iv->iv_flags_ht & IEEE80211_FHT_NONHT_PR) in vap_update_ht_protmode()
1114 !! (iv->iv_flags_ht & IEEE80211_FHT_NONHT_PR), in vap_update_ht_protmode()
1129 ic->ic_flags_ht |= IEEE80211_FHT_NONHT_PR; in vap_update_ht_protmode()
1131 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in vap_update_ht_protmode()
1187 !! (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR), in vap_update_ht_protmode()
H A Dieee80211_ht.c1531 , (vap->iv_flags_ht & IEEE80211_FHT_NONHT_PR) ? in ieee80211_htinfo_notify()
1551 } else if (vap->iv_flags_ht & IEEE80211_FHT_NONHT_PR) { in htinfo_update()
1627 vap->iv_flags_ht |= IEEE80211_FHT_NONHT_PR; in ieee80211_htprot_update()
1655 if ((vap->iv_flags_ht & IEEE80211_FHT_NONHT_PR) && in ieee80211_ht_timeout()
1659 vap->iv_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in ieee80211_ht_timeout()
H A Dieee80211_var.h709 #define IEEE80211_FHT_NONHT_PR 0x00000001 /* STATUS: non-HT sta present */ macro
H A Dieee80211_hostap.c206 vap->iv_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in hostap_newstate()