Home
last modified time | relevance | path

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

/trueos/contrib/tcpdump/
HDieee802_11_radio.h223 #define IEEE80211_CHAN_2GHZ 0x00080 /* 2 GHz spectrum channel. */ macro
240 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
242 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_DYN)
246 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_DYN | IEEE80211_CHAN_TURBO)
HDprint-802_11.c1824 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_GFSK)
1828 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
1830 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_OFDM)
1832 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_DYN)
/trueos/sys/net80211/
HD_ieee80211.h162 #define IEEE80211_CHAN_2GHZ 0x00000080 /* 2 GHz spectrum channel. */ macro
192 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_GFSK)
196 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
198 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_OFDM)
200 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_DYN)
209 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_GFSK | \
236 (((_c)->ic_flags & IEEE80211_CHAN_2GHZ) != 0)
HDieee80211_radiotap.h220 #define IEEE80211_CHAN_2GHZ 0x00000080 /* 2 GHz spectrum channel. */ macro
HDieee80211_regdomain.c336 skip |= IEEE80211_CHAN_2GHZ; in ieee80211_alloc_countryie()
HDieee80211.c865 if (flags & IEEE80211_CHAN_2GHZ) { /* 2GHz band */ in ieee80211_mhz2ieee()
922 if (flags & IEEE80211_CHAN_2GHZ) { /* 2GHz band */ in ieee80211_ieee2mhz()
HDieee80211_hostap.c148 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_HALF | in isbandchange()
/trueos/contrib/wpa/src/utils/
HDradiotap.h208 #define IEEE80211_CHAN_2GHZ 0x0080 /* 2 GHz spectrum channel. */ macro
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c441 if (flags & IEEE80211_CHAN_2GHZ && in ar5211GetChannelEdges()
/trueos/tools/tools/ath/athrd/
HDathrd.c178 if (flags & IEEE80211_CHAN_2GHZ) { in getChannelEdges()
851 if (flags & IEEE80211_CHAN_2GHZ) { /* 2GHz band */ in ath_hal_mhz2ieee()
/trueos/sbin/ifconfig/
HDifieee80211.c1458 #define IEEE80211_CHAN_HTG (IEEE80211_CHAN_HT|IEEE80211_CHAN_2GHZ)
1462 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
1471 if ((_flags & (IEEE80211_CHAN_5GHZ|IEEE80211_CHAN_2GHZ)) == 0) {\
2001 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ))); in checkchan()
2005 (flags & (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ))); in checkchan()
2024 channelSep = (chanFlags & IEEE80211_CHAN_2GHZ) ? 0 : 40; in regdomain_addchans()
HDregdomain.c192 FLAG(IEEE80211_CHAN_2GHZ), in decode_flag()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c656 if ((flags & IEEE80211_CHAN_2GHZ) && in ar5212GetChannelEdges()
/trueos/sys/dev/wpi/
HDif_wpi.c3319 IEEE80211_CHAN_2GHZ); in wpi_read_eeprom_channels()
3325 IEEE80211_CHAN_2GHZ); in wpi_read_eeprom_channels()
/trueos/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_sys.c544 if ((cflags & IEEE80211_CHAN_2GHZ) != 0) in wlan_channel_flags_to_snmp()
/trueos/sys/dev/bwi/
HDbwirf.c80 (ieee80211_ieee2mhz((chan), IEEE80211_CHAN_2GHZ) - 2400)
/trueos/sys/dev/ipw/
HDif_ipw.c330 c->ic_freq = ieee80211_ieee2mhz(i, IEEE80211_CHAN_2GHZ); in ipw_attach()
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_attach.c2545 if ((flags & IEEE80211_CHAN_2GHZ)) { in ar9300_get_channel_edges()
/trueos/sys/dev/if_ndis/
HDif_ndis.c2348 chanflag = config.nc_dsconfig > 2500000 ? IEEE80211_CHAN_2GHZ :