Lines Matching refs:aborted
414 static void __ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted)
431 if (WARN_ON(!local->scanning && !aborted))
432 aborted = true;
440 if (hw_scan && !aborted &&
453 /* HW scan failed and is going to be reported as aborted,
457 aborted = true;
475 local->scan_info.aborted = aborted;
511 trace_api_scan_completed(local, info->aborted);
514 if (info->aborted)
1064 bool aborted;
1069 aborted = true;
1080 aborted = test_and_clear_bit(SCAN_ABORTED, &local->scanning);
1085 aborted = test_and_clear_bit(SCAN_ABORTED, &local->scanning);
1102 aborted = true;
1116 aborted = true;
1128 aborted = false;
1146 aborted = true;
1155 __ieee80211_scan_completed(&local->hw, aborted);
1263 * after the scan was completed/aborted.
1436 /* If sched scan was aborted by the driver. */