Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_proto.c1082 if (iv->iv_flags_ht & IEEE80211_FHT_NONHT_PR) in vap_update_ht_protmode()
1106 !! (iv->iv_flags_ht & IEEE80211_FHT_NONHT_PR), in vap_update_ht_protmode()
1121 ic->ic_flags_ht |= IEEE80211_FHT_NONHT_PR; in vap_update_ht_protmode()
1123 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in vap_update_ht_protmode()
1179 !! (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR), in vap_update_ht_protmode()
H A Dieee80211_ht.c1536 , (vap->iv_flags_ht & IEEE80211_FHT_NONHT_PR) ? in ieee80211_htinfo_notify()
1556 } else if (vap->iv_flags_ht & IEEE80211_FHT_NONHT_PR) { in htinfo_update()
1632 vap->iv_flags_ht |= IEEE80211_FHT_NONHT_PR; in ieee80211_htprot_update()
1660 if ((vap->iv_flags_ht & IEEE80211_FHT_NONHT_PR) && in ieee80211_ht_timeout()
1664 vap->iv_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in ieee80211_ht_timeout()
H A Dieee80211_var.h698 #define IEEE80211_FHT_NONHT_PR 0x00000001 /* STATUS: non-HT sta present */ macro
H A Dieee80211_hostap.c210 vap->iv_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in hostap_newstate()