Home
last modified time | relevance | path

Searched refs:ic_flags_ht (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/net80211/
H A Dieee80211_ht.c1358 , (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) ? in htinfo_notify()
1379 } else if (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) { in htinfo_update()
1452 ic->ic_flags_ht |= IEEE80211_FHT_NONHT_PR; in ieee80211_htprot_update()
1479 if ((ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) && in ieee80211_ht_timeout()
1485 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in ieee80211_ht_timeout()
H A Dieee80211_var.h161 uint32_t ic_flags_ht; /* HT state flags */ member
H A Dieee80211.c901 ic->ic_flags_ht |= flag; in ieee80211_syncflag_ht_locked()
903 ic->ic_flags_ht &= ~flag; in ieee80211_syncflag_ht_locked()
H A Dieee80211_ddb.c523 db_printf("\tflags_ht=%b\n", ic->ic_flags_ht, IEEE80211_FHT_BITS); in _db_show_com()
H A Dieee80211_hostap.c209 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in hostap_newstate()