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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_proto.c1122 ic->ic_flags_ht |= IEEE80211_FHT_NONHT_PR;
1124 ic->ic_flags_ht &= ~IEEE80211_FHT_NONHT_PR;
1180 !! (ic->ic_flags_ht & IEEE80211_FHT_NONHT_PR),
H A Dieee80211_ddb.c540 db_printf("\tflags_ht=%b\n", ic->ic_flags_ht, IEEE80211_FHT_BITS);
H A Dieee80211_var.h165 uint32_t ic_flags_ht; /* HT state flags */ member in struct:ieee80211com
699 /* ic_flags_ht/iv_flags_ht */
H A Dieee80211.c911 ic->ic_flags_ht |= flag;
913 ic->ic_flags_ht &= ~flag;

Completed in 54 milliseconds