Home
last modified time | relevance | path

Searched refs:IEEE80211_FEXT_BGSCAN (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_scan_sw.c205 ic->ic_flags_ext |= IEEE80211_FEXT_BGSCAN; in ieee80211_swscan_start_scan_locked()
405 ic->ic_flags_ext |= IEEE80211_FEXT_BGSCAN; in ieee80211_swscan_bg_scan()
932 ic->ic_flags_ext &= ~IEEE80211_FEXT_BGSCAN; in scan_done()
H A Dieee80211_power.c575 } else if ((set == 1) && (ic->ic_flags_ext & IEEE80211_FEXT_BGSCAN)) { in ieee80211_sta_tim_notify()
H A Dieee80211_var.h677 #define IEEE80211_FEXT_BGSCAN 0x00000008 /* STATUS: complete bgscan */ macro
H A Dieee80211_sta.c1339 return ((ic->ic_flags_ext & IEEE80211_FEXT_BGSCAN) && in contbgscan()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c3180 if (ic->ic_flags_ext & IEEE80211_FEXT_BGSCAN) { in rum_scan_end()
/freebsd/sys/dev/iwi/
H A Dif_iwi.c2716 if (ic->ic_flags_ext & IEEE80211_FEXT_BGSCAN) { in iwi_scanchan()
/freebsd/sys/dev/iwx/
H A Dif_iwx.c10710 if ((ic->ic_flags_ext & IEEE80211_FEXT_BGSCAN) == 0)