Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net80211/
Dieee80211_ht.c1249 , (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) ? in htinfo_notify()
1270 } else if (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) { in htinfo_update()
1343 ic->ic_flags_ht |= IEEE80211_FHT_NONHT_PR; in ieee80211_htprot_update()
1370 if ((ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) && in ieee80211_ht_timeout()
1376 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in ieee80211_ht_timeout()
Dieee80211_var.h591 #define IEEE80211_FHT_NONHT_PR 0x00000001 /* STATUS: non-HT sta present */ macro
Dieee80211_hostap.c204 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in hostap_newstate()