Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_2GHZ (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/net80211/
H A D_ieee80211.h174 #define IEEE80211_CHAN_2GHZ 0x00000080 /* 2 GHz spectrum channel. */ macro
217 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_GFSK)
221 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
223 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_OFDM)
225 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_DYN)
234 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_GFSK | \
261 (((_c)->ic_flags & IEEE80211_CHAN_2GHZ) != 0)
H A Dieee80211_radiotap.h250 #define IEEE80211_CHAN_2GHZ 0x00000080 /* 2 GHz spectrum channel. */ macro
H A Dieee80211_regdomain.c300 skip |= IEEE80211_CHAN_2GHZ; in ieee80211_alloc_countryie()
H A Dieee80211.c1068 if (flags & IEEE80211_CHAN_2GHZ) { /* 2GHz band */ in ieee80211_mhz2ieee()
1125 if (flags & IEEE80211_CHAN_2GHZ) { /* 2GHz band */ in ieee80211_ieee2mhz()
1866 case IEEE80211_CHAN_2GHZ: in ieee80211_lookup_channel_rxstatus()
H A Dieee80211_hostap.c148 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_HALF | in isbandchange()
/freebsd/sys/dev/rtwn/rtl8188e/
H A Dr88e_rx.c231 IEEE80211_CHAN_2GHZ); in r88e_get_rx_stats()
232 rxs->c_band = IEEE80211_CHAN_2GHZ; in r88e_get_rx_stats()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c312 (rxs->c_ieee < 36) ? IEEE80211_CHAN_2GHZ : IEEE80211_CHAN_5GHZ); in r12a_get_rx_stats()
313 rxs->c_band = (rxs->c_ieee < 36) ? IEEE80211_CHAN_2GHZ : IEEE80211_CHAN_5GHZ; in r12a_get_rx_stats()
/freebsd/contrib/wpa/src/utils/
H A Dradiotap.h94 IEEE80211_CHAN_2GHZ = 0x0080, enumerator
/freebsd/contrib/tcpdump/
H A Dprint-802_11.c2515 #define IEEE80211_CHAN_2GHZ 0x00080 /* 2 GHz spectrum channel. */ macro
2532 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
2534 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_DYN)
2538 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_DYN | IEEE80211_CHAN_TURBO)
2628 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_GFSK)
2632 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
2634 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_OFDM)
2636 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_DYN)
/freebsd/sys/dev/iwm/
H A Dif_iwm_scan.c205 if ((flags & IEEE80211_CHAN_2GHZ) && !no_cck) in iwm_scan_rate_n_flags()
770 iwm_scan_rate_n_flags(sc, IEEE80211_CHAN_2GHZ, 1/*XXX*/); in iwm_lmac_scan()
H A Dif_iwm.c3216 rxs.c_freq = ieee80211_ieee2mhz(rxs.c_ieee, IEEE80211_CHAN_2GHZ); in iwm_rx_rx_mpdu()
3217 rxs.c_band = IEEE80211_CHAN_2GHZ; in iwm_rx_rx_mpdu()
3330 channel <= 14 ? IEEE80211_CHAN_2GHZ : IEEE80211_CHAN_5GHZ); in iwm_rx_mpdu_mq()
3331 rxs.c_band = channel <= 14 ? IEEE80211_CHAN_2GHZ : IEEE80211_CHAN_5GHZ; in iwm_rx_mpdu_mq()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c444 if (flags & IEEE80211_CHAN_2GHZ && in ar5211GetChannelEdges()
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c178 if (flags & IEEE80211_CHAN_2GHZ) { in getChannelEdges()
837 if (flags & IEEE80211_CHAN_2GHZ) { /* 2GHz band */ in ath_hal_mhz2ieee()
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.c202 FLAG(IEEE80211_CHAN_2GHZ), in decode_flag()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.c693 else if (cm->flags & IEEE80211_CHAN_2GHZ) in getchannels()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c658 if ((flags & IEEE80211_CHAN_2GHZ) && in ar5212GetChannelEdges()
/freebsd/sbin/ifconfig/
H A Difieee80211.c1551 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1560 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
2135 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ))); in checkchan()
2139 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ))); in checkchan()
2159 channelSep = (chanFlags & IEEE80211_CHAN_2GHZ) ? 0 : 40; in regdomain_addchans()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c2083 rxs.c_freq = ieee80211_ieee2mhz(rxs.c_ieee, IEEE80211_CHAN_2GHZ); in rsu_event_survey()
2084 rxs.c_band = IEEE80211_CHAN_2GHZ; in rsu_event_survey()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c544 if ((cflags & IEEE80211_CHAN_2GHZ) != 0) in wlan_channel_flags_to_snmp()
/freebsd/sys/dev/bwi/
H A Dbwirf.c81 (ieee80211_ieee2mhz((chan), IEEE80211_CHAN_2GHZ) - 2400)
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c470 return (IEEE80211_CHAN_2GHZ); in lkpi_nl80211_band_to_net80211_band()
5707 return (ieee80211_ieee2mhz(channel, IEEE80211_CHAN_2GHZ)); in linuxkpi_ieee80211_channel_to_frequency()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2671 if ((flags & IEEE80211_CHAN_2GHZ)) { in ar9300_get_channel_edges()