Searched refs:IEEE80211_CHAN_CCK (Results 1 - 9 of 9) sorted by last modified time

/freebsd-10.0-release/sys/net80211/
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_radiotap.h218 #define IEEE80211_CHAN_CCK 0x00000020 /* CCK channel */ macro
H A Dieee80211_regdomain.c283 | IEEE80211_CHAN_CCK
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h413 (((_chan)->ic_flags) & IEEE80211_CHAN_CCK)) { \
414 (_chan)->ic_flags &= ~IEEE80211_CHAN_CCK; \
423 (_chan)->ic_flags |= IEEE80211_CHAN_CCK; \
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c540 if ((cflags & IEEE80211_CHAN_CCK) != 0)
/freebsd-10.0-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-10.0-release/contrib/wpa/src/utils/
H A Dradiotap.h206 #define IEEE80211_CHAN_CCK 0x0020 /* CCK channel */ macro
/freebsd-10.0-release/sbin/ifconfig/
H A Dregdomain.c190 FLAG(IEEE80211_CHAN_CCK),

Completed in 150 milliseconds