Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_PUREG (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net80211/
H A D_ieee80211.h224 #define IEEE80211_CHAN_PUREG \ macro
231 (IEEE80211_CHAN_PUREG | IEEE80211_CHAN_TURBO)
250 (((_c)->ic_flags & IEEE80211_CHAN_PUREG) == IEEE80211_CHAN_PUREG)
H A Dieee80211_scan_sta.c800 (chan->ic_flags &~ (IEEE80211_CHAN_PUREG | IEEE80211_CHAN_G)) | in demote11b()