Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A D_ieee80211.h199 #define IEEE80211_CHAN_HT40 (IEEE80211_CHAN_HT40U | IEEE80211_CHAN_HT40D) macro
200 #define IEEE80211_CHAN_HT (IEEE80211_CHAN_HT20 | IEEE80211_CHAN_HT40)
294 (((_c)->ic_flags & IEEE80211_CHAN_HT40) != 0)
H A Dieee80211_ht.c1759 if (c == NULL && (htflags & IEEE80211_CHAN_HT40)) { in htinfo_update_chw()
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.c187 FLAG(IEEE80211_CHAN_HT40), in decode_flag()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.c556 (cm->flags & IEEE80211_CHAN_HT40)) { in add_chanlist_mode()
/freebsd/sbin/ifconfig/
H A Difieee80211.c2243 if ((chanFlags & IEEE80211_CHAN_HT40) && in regdomain_addchans()
2244 (flags & IEEE80211_CHAN_HT40) == 0) { in regdomain_addchans()
2283 if ((flags & IEEE80211_CHAN_HT40) && in regdomain_addchans()