Searched refs:IEEE80211_CHAN_5GHZ (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.3-release/contrib/tcpdump/
H A Dieee802_11_radio.h224 #define IEEE80211_CHAN_5GHZ 0x00100 /* 5 GHz spectrum channel */ macro
238 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM)
244 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM | IEEE80211_CHAN_TURBO)
H A Dprint-802_11.c1826 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM)
/freebsd-10.3-release/contrib/wpa/src/utils/
H A Dradiotap.h209 #define IEEE80211_CHAN_5GHZ 0x0100 /* 5 GHz spectrum channel */ macro
/freebsd-10.3-release/sys/net80211/
H A D_ieee80211.h163 #define IEEE80211_CHAN_5GHZ 0x00000100 /* 5 GHz spectrum channel */ macro
194 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM)
209 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_GFSK | \
238 (((_c)->ic_flags & IEEE80211_CHAN_5GHZ) != 0)
H A Dieee80211_radiotap.h221 #define IEEE80211_CHAN_5GHZ 0x00000100 /* 5 GHz spectrum channel */ macro
H A Dieee80211_regdomain.c338 skip |= IEEE80211_CHAN_5GHZ;
H A Dieee80211.c872 } else if (flags & IEEE80211_CHAN_5GHZ) { /* 5Ghz band */
929 } else if (flags & IEEE80211_CHAN_5GHZ) {/* 5Ghz band */
H A Dieee80211_hostap.c148 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_HALF |
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c318 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c436 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-10.3-release/sbin/ifconfig/
H A Difieee80211.c1457 #define IEEE80211_CHAN_HTA (IEEE80211_CHAN_HT|IEEE80211_CHAN_5GHZ)
1462 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1465 } else if (_flags & IEEE80211_CHAN_5GHZ) \
1471 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1474 } else if (_flags & IEEE80211_CHAN_5GHZ) \
1494 if (_flags & IEEE80211_CHAN_5GHZ) \
2001 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ)));
2005 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ)));
H A Dregdomain.c193 FLAG(IEEE80211_CHAN_5GHZ),
/freebsd-10.3-release/tools/tools/ath/athrd/
H A Dathrd.c173 if (flags & IEEE80211_CHAN_5GHZ) {
858 } else if (flags & IEEE80211_CHAN_5GHZ) {/* 5Ghz band */
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c651 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-10.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c546 if ((cflags & IEEE80211_CHAN_5GHZ) != 0)
/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2540 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-10.3-release/sys/dev/if_ndis/
H A Dif_ndis.c2349 IEEE80211_CHAN_5GHZ;
/freebsd-10.3-release/sys/dev/wpi/
H A Dif_wpi.c3341 IEEE80211_CHAN_5GHZ);

Completed in 231 milliseconds