Searched refs:IEEE80211_CHAN_5GHZ (Results 1 - 20 of 20) sorted by path

/freebsd-11-stable/contrib/wpa/src/utils/
H A Dradiotap.h221 #define IEEE80211_CHAN_5GHZ 0x0100 /* 5 GHz spectrum channel */ macro
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2664 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_regdomain.c631 if (cm->flags & IEEE80211_CHAN_5GHZ)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c318 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c436 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c651 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_scan.c643 iwm_mvm_scan_rate_n_flags(sc, IEEE80211_CHAN_5GHZ, 1/*XXX*/);
H A Dif_iwm.c3255 rxs.c_freq = ieee80211_ieee2mhz(rxs.c_ieee, IEEE80211_CHAN_5GHZ);
/freebsd-11-stable/sys/net80211/
H A D_ieee80211.h164 #define IEEE80211_CHAN_5GHZ 0x00000100 /* 5 GHz spectrum channel */ macro
195 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM)
210 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_GFSK | \
239 (((_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.c281 skip |= IEEE80211_CHAN_5GHZ;
H A Dieee80211.c920 } else if (flags & IEEE80211_CHAN_5GHZ) { /* 5Ghz band */
977 } else if (flags & IEEE80211_CHAN_5GHZ) {/* 5Ghz band */
H A Dieee80211_hostap.c150 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_HALF |
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c175 if (flags & IEEE80211_CHAN_5GHZ) {
846 } else if (flags & IEEE80211_CHAN_5GHZ) {/* 5Ghz band */
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c548 if ((cflags & IEEE80211_CHAN_5GHZ) != 0)
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-802_11.c2379 #define IEEE80211_CHAN_5GHZ 0x00100 /* 5 GHz spectrum channel */ macro
2393 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM)
2399 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM | IEEE80211_CHAN_TURBO)
2493 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM)
/freebsd-11-stable/lib/lib80211/
H A Dlib80211_regdomain.c194 FLAG(IEEE80211_CHAN_5GHZ),
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c1466 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1469 } else if (_flags & IEEE80211_CHAN_5GHZ) \
1475 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1478 } else if (_flags & IEEE80211_CHAN_5GHZ) \
1498 if (_flags & IEEE80211_CHAN_5GHZ) \
2014 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ)));
2018 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ)));
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c2448 IEEE80211_CHAN_5GHZ;
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c808 ieee80211_ieee2mhz(chan, IEEE80211_CHAN_5GHZ);

Completed in 327 milliseconds