Searched refs:IEEE80211_FEXT_HT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c688 if (flags & IEEE80211_FEXT_HT) {
728 ASSERT(ic->ic_flags_ext & IEEE80211_FEXT_HT);
928 htflags = (ic->ic_flags_ext & IEEE80211_FEXT_HT) ?
1828 ic->ic_flags_ext |= IEEE80211_FEXT_HT | IEEE80211_FEXT_HTCOMPAT;
H A Dnet80211_output.c715 if ((ic->ic_flags_ext & IEEE80211_FEXT_HT) &&
721 if ((ic->ic_flags_ext & IEEE80211_FEXT_HT) &&
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h153 #define IEEE80211_FEXT_HT 0x00080000 /* CONF: HT supported */ macro

Completed in 53 milliseconds