Home
last modified time | relevance | path

Searched refs:IEEE80211_FHT_HTCOMPAT (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_var.h711 #define IEEE80211_FHT_HTCOMPAT 0x10000000 /* CONF: HT vendor OUI's */ macro
H A Dieee80211_input.c630 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in ieee80211_parse_beacon()
H A Dieee80211_ioctl.c1079 ireq->i_val = (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) != 0; in ieee80211_ioctl_get80211()
3306 vap->iv_flags_ht |= IEEE80211_FHT_HTCOMPAT; in ieee80211_ioctl_set80211()
3308 vap->iv_flags_ht &= ~IEEE80211_FHT_HTCOMPAT; in ieee80211_ioctl_set80211()
H A Dieee80211_sta.c1787 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in sta_recv_mgmt()
H A Dieee80211_output.c3139 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) && in ieee80211_alloc_proberesp()
3540 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT)) { in ieee80211_beacon_construct()
H A Dieee80211_hostap.c2087 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in hostap_recv_mgmt()
H A Dieee80211_ht.c279 | IEEE80211_FHT_HTCOMPAT in ieee80211_ht_vattach()