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

/freebsd-9.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-9.3-release/contrib/wpa/src/utils/
H A Dradiotap.h209 #define IEEE80211_CHAN_5GHZ 0x0100 /* 5 GHz spectrum channel */ macro
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_radiotap.h202 #define IEEE80211_CHAN_5GHZ 0x00000100 /* 5 GHz spectrum channel */ macro
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_regdomain.c280 skip |= IEEE80211_CHAN_5GHZ;
H A Dieee80211.c837 } else if (flags & IEEE80211_CHAN_5GHZ) { /* 5Ghz band */
894 } else if (flags & IEEE80211_CHAN_5GHZ) {/* 5Ghz band */
H A Dieee80211_hostap.c148 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_HALF |
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c307 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c425 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c1427 #define IEEE80211_CHAN_HTA (IEEE80211_CHAN_HT|IEEE80211_CHAN_5GHZ)
1432 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1435 } else if (_flags & IEEE80211_CHAN_5GHZ) \
1441 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1444 } else if (_flags & IEEE80211_CHAN_5GHZ) \
1464 if (_flags & IEEE80211_CHAN_5GHZ) \
1965 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ)));
1969 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ)));
H A Dregdomain.c193 FLAG(IEEE80211_CHAN_5GHZ),
/freebsd-9.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-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c642 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c546 if ((cflags & IEEE80211_CHAN_5GHZ) != 0)
/freebsd-9.3-release/sys/dev/if_ndis/
H A Dif_ndis.c2347 IEEE80211_CHAN_5GHZ;
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpi.c3339 IEEE80211_CHAN_5GHZ);

Completed in 312 milliseconds