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

/freebsd-11-stable/sys/net80211/
H A Dieee80211_ht.c1280 , (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) ?
1301 } else if (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) {
1374 ic->ic_flags_ht |= IEEE80211_FHT_NONHT_PR;
1401 if ((ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) &&
1407 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR;
H A Dieee80211.c824 ic->ic_flags_ht |= flag;
826 ic->ic_flags_ht &= ~flag;
H A Dieee80211_ddb.c521 db_printf("\tflags_ht=%b\n", ic->ic_flags_ht, IEEE80211_FHT_BITS);
H A Dieee80211_var.h146 uint32_t ic_flags_ht; /* HT state flags */ member in struct:ieee80211com
613 /* ic_flags_ht/iv_flags_ht */
H A Dieee80211_hostap.c206 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR;

Completed in 133 milliseconds