Lines Matching defs:aborted
439 static void __ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted)
456 if (WARN_ON(!local->scanning && !aborted))
457 aborted = true;
465 if (hw_scan && !aborted &&
478 /* HW scan failed and is going to be reported as aborted,
482 aborted = true;
500 local->scan_info.aborted = aborted;
536 trace_api_scan_completed(local, info->aborted);
539 if (info->aborted)
1093 bool aborted;
1098 aborted = true;
1109 aborted = test_and_clear_bit(SCAN_ABORTED, &local->scanning);
1114 aborted = test_and_clear_bit(SCAN_ABORTED, &local->scanning);
1132 aborted = true;
1144 aborted = true;
1156 aborted = false;
1174 aborted = true;
1184 __ieee80211_scan_completed(&local->hw, aborted);
1286 * after the scan was completed/aborted.
1441 /* If sched scan was aborted by the driver. */