Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h189 #define IEEE80211_CHAN_HT40 (IEEE80211_CHAN_HT40U | IEEE80211_CHAN_HT40D) macro
190 #define IEEE80211_CHAN_HT (IEEE80211_CHAN_HT20 | IEEE80211_CHAN_HT40)
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h105 #define IEEE80211_CHAN_HT40 \ macro
108 (IEEE80211_CHAN_HT20 | IEEE80211_CHAN_HT40)
H A Dmwl.c2506 if (((chan)->ic_flags & IEEE80211_CHAN_HT40) != 0) { in mwl_mapchan()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h194 ((_c)->ich_flags & IEEE80211_CHAN_HT40)
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c818 IEEE80211_CHAN_HT40; in iwh_attach()