Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_ht.c1283 , (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()
HDieee80211_hostap.c206 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in hostap_newstate()
/dragonfly/sys/netproto/802_11/
HDieee80211_var.h625 #define IEEE80211_FHT_NONHT_PR 0x00000001 /* STATUS: non-HT sta present */ macro