Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_VHT40 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net80211/
H A D_ieee80211.h204 #define IEEE80211_CHAN_VHT40 (IEEE80211_CHAN_VHT40U | IEEE80211_CHAN_VHT40D) macro
205 #define IEEE80211_CHAN_VHT (IEEE80211_CHAN_VHT20 | IEEE80211_CHAN_VHT40 \
327 (((_c)->ic_flags & IEEE80211_CHAN_VHT40) != 0)
/f-stack/tools/ifconfig/
H A Difieee80211.c2196 if ((chanFlags & IEEE80211_CHAN_VHT40) && in regdomain_addchans()
2197 (flags & IEEE80211_CHAN_VHT40) == 0) { in regdomain_addchans()