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

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_ht.c1249 , (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) ?
1270 } else if (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) {
1343 ic->ic_flags_ht |= IEEE80211_FHT_NONHT_PR;
1370 if ((ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR) &&
1376 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR;
H A Dieee80211.c776 ic->ic_flags_ht |= flag;
778 ic->ic_flags_ht &= ~flag;
H A Dieee80211_var.h138 uint32_t ic_flags_ht; /* HT state flags */ member in struct:ieee80211com
590 /* ic_flags_ht/iv_flags_ht */
H A Dieee80211_ddb.c535 db_printf("\tflags_ht=%b\n", ic->ic_flags_ht, IEEE80211_FHT_BITS);
H A Dieee80211_hostap.c204 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR;

Completed in 122 milliseconds