Lines Matching refs:aborted
109 static void _wl_notify_scan_done(struct bcm_cfg80211 *cfg, bool aborted);
2248 bool aborted, bool fw_abort) in wl_notify_escan_complete() argument
2302 if (aborted && cfg->p2p && p2p_scan(cfg) && in wl_notify_escan_complete()
2305 cfg->bss_list = wl_escan_get_buf(cfg, !aborted); in wl_notify_escan_complete()
2308 cfg->bss_list = wl_escan_get_buf(cfg, aborted); in wl_notify_escan_complete()
2316 if (!aborted) { in wl_notify_escan_complete()
2334 _wl_notify_scan_done(cfg, aborted); in wl_notify_escan_complete()
2394 _wl_notify_scan_done(struct bcm_cfg80211 *cfg, bool aborted) in _wl_notify_scan_done() argument
2406 info.aborted = aborted; in _wl_notify_scan_done()
2409 cfg80211_scan_done(cfg->scan_request, aborted); in _wl_notify_scan_done()
2461 bool aborted = false; in wl_escan_without_scan_cache() local
2529 aborted = false; in wl_escan_without_scan_cache()
2545 aborted = false; in wl_escan_without_scan_cache()
2564 aborted = true; in wl_escan_without_scan_cache()
2572 aborted = true; in wl_escan_without_scan_cache()
2582 aborted = true; in wl_escan_without_scan_cache()
2588 wl_notify_escan_complete(cfg, ndev, aborted, fw_abort); in wl_escan_without_scan_cache()
2661 void wl_notify_scan_done(struct bcm_cfg80211 *cfg, bool aborted) in wl_notify_scan_done() argument
2667 info.aborted = aborted; in wl_notify_scan_done()
2670 cfg80211_scan_done(cfg->scan_request, aborted); in wl_notify_scan_done()