Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A D_ieee80211.h174 #define IEEE80211_CHAN_CCK 0x00000020 /* CCK channel */ macro
223 (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK)
237 IEEE80211_CHAN_CCK | IEEE80211_CHAN_OFDM | IEEE80211_CHAN_DYN | \
271 (((_c)->ic_flags & (IEEE80211_CHAN_CCK | IEEE80211_CHAN_DYN)) != 0)
H A Dieee80211_radiotap.h245 #define IEEE80211_CHAN_CCK 0x00000020 /* CCK channel */ macro
H A Dieee80211_regdomain.c249 | IEEE80211_CHAN_CCK in ieee80211_alloc_countryie()