Searched refs:IEEE80211_FHT_NONHT_PR (Results 1 – 3 of 3) sorted by relevance
1283 , (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) ? in htinfo_notify()1304 } else if (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) { in htinfo_update()1377 ic->ic_flags_ht |= IEEE80211_FHT_NONHT_PR; in ieee80211_htprot_update()1404 if ((ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) && in ieee80211_ht_timeout()1410 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in ieee80211_ht_timeout()
206 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in hostap_newstate()
625 #define IEEE80211_FHT_NONHT_PR 0x00000001 /* STATUS: non-HT sta present */ macro