Searched refs:IEEE80211_CHAN_CCK (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dieee802_11_radio.h221 #define IEEE80211_CHAN_CCK 0x00020 /* CCK channel */ macro
240 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
H A Dprint-802_11.c1828 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dradiotap.h206 #define IEEE80211_CHAN_CCK 0x0020 /* CCK channel */ macro
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_radiotap.h199 #define IEEE80211_CHAN_CCK 0x00000020 /* CCK channel */ macro
H A D_ieee80211.h160 #define IEEE80211_CHAN_CCK 0x00000020 /* CCK channel */ macro
196 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
210 IEEE80211_CHAN_CCK | IEEE80211_CHAN_OFDM | IEEE80211_CHAN_DYN | \
244 (((_c)->ic_flags & (IEEE80211_CHAN_CCK | IEEE80211_CHAN_DYN)) != 0)
H A Dieee80211_regdomain.c225 | IEEE80211_CHAN_CCK
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h401 (((_chan)->ic_flags) & IEEE80211_CHAN_CCK)) { \
402 (_chan)->ic_flags &= ~IEEE80211_CHAN_CCK; \
411 (_chan)->ic_flags |= IEEE80211_CHAN_CCK; \
/freebsd-9.3-release/sbin/ifconfig/
H A Dregdomain.c190 FLAG(IEEE80211_CHAN_CCK),
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c540 if ((cflags & IEEE80211_CHAN_CCK) != 0)

Completed in 194 milliseconds