Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_HT40D (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h182 #define IEEE80211_CHAN_HT40D 0x00040000 /* HT 40 channel w/ ext below */ macro
189 #define IEEE80211_CHAN_HT40 (IEEE80211_CHAN_HT40U | IEEE80211_CHAN_HT40D)
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h93 #define IEEE80211_CHAN_HT40D 0x00040000 /* HT 40 channel w/ ext below */ macro
106 (IEEE80211_CHAN_HT40U | IEEE80211_CHAN_HT40D)
H A Dmwl.c1516 addchan(c, extc->ic_freq, flags | IEEE80211_CHAN_HT40D, in addht40channels()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h198 ((_c)->ich_flags & IEEE80211_CHAN_HT40D)
H A Dnet80211_ht.c696 IEEE80211_CHAN_HT40D); in ieee80211_ht_adjust_channel()
936 htflags = IEEE80211_CHAN_HT40D; in ieee80211_parse_htinfo()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c760 else if (chan->ich_flags & IEEE80211_CHAN_HT40D) in arn_chan2flags()
768 else if (chan->ich_flags & IEEE80211_CHAN_HT40D) in arn_chan2flags()