Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_PASSIVE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_radiotap.h249 #define IEEE80211_CHAN_PASSIVE 0x00000200 /* Only passive scan allowed */ macro
H A D_ieee80211.h178 #define IEEE80211_CHAN_PASSIVE 0x00000200 /* Only passive scan allowed */ macro
267 (((_c)->ic_flags & IEEE80211_CHAN_PASSIVE) != 0)
H A Dieee80211_scan.c521 if ((ic->ic_curchan->ic_flags & IEEE80211_CHAN_PASSIVE) && !force) { in ieee80211_probe_curchan()
H A Dieee80211_scan_sw.c736 (chan->ic_flags & IEEE80211_CHAN_PASSIVE) == 0 ? in scan_curchan_task()