Lines Matching full:scanning
28 * IEEE 802.11 scanning support.
292 * We're not currently scanning and the cache is in ieee80211_swscan_check_scan()
297 * in while temporarily marked as scanning. in ieee80211_swscan_check_scan()
337 bool scanning; in ieee80211_swscan_bg_scan() local
347 scanning = ic->ic_flags & IEEE80211_F_SCAN; in ieee80211_swscan_bg_scan()
348 if (!scanning) { in ieee80211_swscan_bg_scan()
413 scanning = true; in ieee80211_swscan_bg_scan()
424 return (scanning); in ieee80211_swscan_bg_scan()
431 * driver to try and cancel scanning, however it may not be cancelable.
492 * Provided for drivers that manage scanning themselves
523 * Probe the current channel, if allowed, while scanning.
846 * continue/restart scanning. Unfortunately we needed to in scan_end()
908 * may generate a request to cancel scanning. in scan_done()
916 * the ap; we'll either return to scanning after we in scan_done()