Lines Matching refs:aborted
409 static void __ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted)
426 if (WARN_ON(!local->scanning && !aborted))
427 aborted = true;
435 if (hw_scan && !aborted &&
448 /* HW scan failed and is going to be reported as aborted,
452 aborted = true;
470 local->scan_info.aborted = aborted;
506 trace_api_scan_completed(local, info->aborted);
509 if (info->aborted)
1058 bool aborted;
1063 aborted = true;
1074 aborted = test_and_clear_bit(SCAN_ABORTED, &local->scanning);
1079 aborted = test_and_clear_bit(SCAN_ABORTED, &local->scanning);
1096 aborted = true;
1110 aborted = true;
1122 aborted = false;
1140 aborted = true;
1150 __ieee80211_scan_completed(&local->hw, aborted);
1258 * after the scan was completed/aborted.
1426 /* If sched scan was aborted by the driver. */