Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A D_ieee80211.h193 #define IEEE80211_CHAN_VHT40D 0x04000000 /* VHT40 channel, ext below */ macro
202 #define IEEE80211_CHAN_VHT40 (IEEE80211_CHAN_VHT40U | IEEE80211_CHAN_VHT40D)
329 (((_c)->ic_flags & IEEE80211_CHAN_VHT40D) != 0)
H A Dieee80211_vht.c899 c = findvhtchan(ic, chan, IEEE80211_CHAN_VHT40D); in ieee80211_vht_adjust_channel()
H A Dieee80211.c1431 IEEE80211_CHAN_VHT40D; in getflags_5ghz()
H A Dieee80211_ht.c1983 vhtflags = IEEE80211_CHAN_VHT40D in ieee80211_vht_get_vhtflags()
/freebsd/sbin/ifconfig/
H A Difieee80211.c804 flags |= IEEE80211_CHAN_VHT40D; in getchannelflags()
2393 IEEE80211_CHAN_VHT40D, in regdomain_makechannels()