Lines Matching full:scan
95 wpa_printf(MSG_DEBUG, "nl80211: Abort scan");
99 wpa_printf(MSG_DEBUG, "nl80211: Abort scan failed: ret=%d (%s)",
114 wpa_printf(MSG_DEBUG, "nl80211: Abort vendor scan with cookie 0x%llx",
132 "nl80211: Aborting vendor scan with cookie 0x%llx failed: ret=%d (%s)",
146 * wpa_driver_nl80211_scan_timeout - Scan timeout to report scan completion
150 * This function can be used as registered timeout when starting a scan to
151 * generate a scan completed event if the driver does not report this.
157 wpa_printf(MSG_DEBUG, "nl80211: Scan timeout - try to abort it");
167 wpa_printf(MSG_DEBUG, "nl80211: Failed to abort scan");
172 wpa_printf(MSG_DEBUG, "nl80211: Try to get scan results");
197 wpa_printf(MSG_MSGDUMP, "nl80211: Scan SSID %s",
207 * If allowed, scan for 6 GHz APs that are reported by other
217 "nl80211: Scan co-located APs on 6 GHz");
221 wpa_printf(MSG_DEBUG, "nl80211: Passive scan requested");
225 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan extra IEs",
238 wpa_printf(MSG_MSGDUMP, "nl80211: Scan frequency %u "
338 * wpa_driver_nl80211_scan - Request the driver to initiate scan
340 * @params: Scan parameters
350 wpa_dbg(drv->ctx, MSG_DEBUG, "nl80211: scan request");
385 wpa_printf(MSG_DEBUG, "nl80211: Scan for a specific BSSID: "
402 wpa_printf(MSG_DEBUG, "nl80211: Scan trigger failed: ret=%d "
406 * mac80211 does not allow scan requests in AP mode, so
423 /* Not all drivers generate "scan completed" wireless event, so try to
430 * The driver seems to deliver events to notify when scan is
436 wpa_printf(MSG_DEBUG, "Scan requested (ret=%d) - scan timeout %d "
472 "nl80211: sched scan plan no. %u: Invalid interval: %u",
484 "nl80211: sched scan plan no. %u: Invalid number of iterations: %u",
497 * All the scan plans must specify the number of iterations
500 * last scan plan.
508 "nl80211: All sched scan plans but the last must specify number of iterations");
518 * wpa_driver_nl80211_sched_scan - Initiate a scheduled scan
520 * @params: Scan parameters
542 "nl80211: Invalid number of sched scan plans: %u",
571 "nl80211: Sched scan filter SSID %s",
603 "nl80211: Sched scan RSSI filter %d dBm",
651 /* TODO: if we get an error here, we should fall back to normal scan */
655 wpa_printf(MSG_DEBUG, "nl80211: Sched scan start failed: "
660 wpa_printf(MSG_DEBUG, "nl80211: Sched scan requested (ret=%d)", ret);
669 * wpa_driver_nl80211_stop_sched_scan - Stop a scheduled scan
689 "nl80211: Sched scan stop failed: ret=%d (%s)",
693 "nl80211: Sched scan stop sent");
824 * scan result age since the driver reports this and
918 wpa_printf(MSG_DEBUG, "nl80211: Scan results indicate BSS status with "
1001 "nl80211: Failed to receive consistent scan result dump");
1004 "nl80211: Failed to receive consistent scan result dump - try again");
1012 wpa_printf(MSG_DEBUG, "nl80211: Received scan results (%lu "
1023 wpa_printf(MSG_DEBUG, "nl80211: Scan result fetch failed: ret=%d "
1031 * wpa_driver_nl80211_get_scan_results - Fetch the latest scan results
1034 * Returns: Scan results on success, -1 on failure
1077 wpa_printf(MSG_DEBUG, "nl80211: Scan result dump");
1093 * If scan_cookie is zero, a normal scan through kernel (cfg80211)
1094 * was triggered, hence abort the cfg80211 scan instead of the vendor
1095 * scan.
1132 * wpa_driver_nl80211_vendor_scan - Request the driver to initiate a vendor scan
1134 * @params: Scan parameters
1148 wpa_dbg(drv->ctx, MSG_DEBUG, "nl80211: vendor scan request");
1168 wpa_printf(MSG_MSGDUMP, "nl80211: Scan SSID %s",
1179 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan extra IEs",
1195 "nl80211: Scan frequency %u MHz",
1266 wpa_printf(MSG_DEBUG, "nl80211: Scan for a specific BSSID: "
1284 "nl80211: Vendor scan trigger failed: ret=%d (%s)",
1295 "nl80211: Vendor scan requested (ret=%d) - scan timeout 30 seconds, scan cookie:0x%llx",
1309 * nl80211_set_default_scan_ies - Set the scan default IEs to the driver
1336 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan default IEs", ies, ies_len);
1347 "nl80211: Set scan default IEs failed: ret=%d (%s)",