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

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dradiotap.h221 #define IEEE80211_CHAN_5GHZ 0x0100 /* 5 GHz spectrum channel */ macro
/freebsd-13-stable/sys/net80211/
H A D_ieee80211.h177 #define IEEE80211_CHAN_5GHZ 0x00000100 /* 5 GHz spectrum channel */ macro
221 (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM)
236 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_GFSK | \
265 (((_c)->ic_flags & IEEE80211_CHAN_5GHZ) != 0)
H A Dieee80211_radiotap.h248 #define IEEE80211_CHAN_5GHZ 0x00000100 /* 5 GHz spectrum channel */ macro
H A Dieee80211_regdomain.c304 skip |= IEEE80211_CHAN_5GHZ;
H A Dieee80211.c1043 } else if (flags & IEEE80211_CHAN_5GHZ) { /* 5Ghz band */
1100 } else if (flags & IEEE80211_CHAN_5GHZ) {/* 5Ghz band */
H A Dieee80211_hostap.c152 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_HALF |
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c321 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-13-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c326 (rxs->c_ieee < 36) ? IEEE80211_CHAN_2GHZ : IEEE80211_CHAN_5GHZ);
/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_regdomain.c583 if ((cm->flags & IEEE80211_CHAN_5GHZ) &&
593 if ((cm->flags & IEEE80211_CHAN_5GHZ) &&
693 if (cm->flags & IEEE80211_CHAN_5GHZ)
/freebsd-13-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-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c439 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-13-stable/tools/tools/ath/athrd/
H A Dathrd.c175 if (flags & IEEE80211_CHAN_5GHZ) {
846 } else if (flags & IEEE80211_CHAN_5GHZ) {/* 5Ghz band */
/freebsd-13-stable/sbin/ifconfig/
H A Difieee80211.c1552 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1555 } else if (_flags & IEEE80211_CHAN_5GHZ) \
1561 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1564 } else if (_flags & IEEE80211_CHAN_5GHZ) \
1584 if (_flags & IEEE80211_CHAN_5GHZ) \
2138 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ)));
2142 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ)));
/freebsd-13-stable/lib/lib80211/
H A Dlib80211_regdomain.c206 FLAG(IEEE80211_CHAN_5GHZ),
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c653 if (flags & IEEE80211_CHAN_5GHZ) {
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_scan.c779 iwm_scan_rate_n_flags(sc, IEEE80211_CHAN_5GHZ, 1/*XXX*/);
H A Dif_iwm.c3311 rxs.c_freq = ieee80211_ieee2mhz(rxs.c_ieee, IEEE80211_CHAN_5GHZ);
3420 channel <= 14 ? IEEE80211_CHAN_2GHZ : IEEE80211_CHAN_5GHZ);
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c549 if ((cflags & IEEE80211_CHAN_5GHZ) != 0)
/freebsd-13-stable/sys/dev/if_ndis/
H A Dif_ndis.c2456 IEEE80211_CHAN_5GHZ;
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2666 if (flags & IEEE80211_CHAN_5GHZ) {

Completed in 386 milliseconds