Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_CCK (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/net80211/
H A D_ieee80211.h172 #define IEEE80211_CHAN_CCK 0x00000020 /* CCK channel */ macro
221 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
235 IEEE80211_CHAN_CCK | IEEE80211_CHAN_OFDM | IEEE80211_CHAN_DYN | \
269 (((_c)->ic_flags & (IEEE80211_CHAN_CCK | IEEE80211_CHAN_DYN)) != 0)
H A Dieee80211_radiotap.h248 #define IEEE80211_CHAN_CCK 0x00000020 /* CCK channel */ macro
H A Dieee80211_regdomain.c247 | IEEE80211_CHAN_CCK in ieee80211_alloc_countryie()
/freebsd/contrib/wpa/src/utils/
H A Dradiotap.h92 IEEE80211_CHAN_CCK = 0x0020, enumerator
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h416 (((_chan)->ic_flags) & IEEE80211_CHAN_CCK)) { \
417 (_chan)->ic_flags &= ~IEEE80211_CHAN_CCK; \
426 (_chan)->ic_flags |= IEEE80211_CHAN_CCK; \
/freebsd/contrib/tcpdump/
H A Dprint-802_11.c2513 #define IEEE80211_CHAN_CCK 0x00020 /* CCK channel */ macro
2532 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
2632 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.c200 FLAG(IEEE80211_CHAN_CCK), in decode_flag()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c540 if ((cflags & IEEE80211_CHAN_CCK) != 0) in wlan_channel_flags_to_snmp()