Lines Matching full:scan

95 	wpa_printf(MSG_DEBUG, "nl80211: Abort scan");  in nl80211_abort_scan()
99 wpa_printf(MSG_DEBUG, "nl80211: Abort scan failed: ret=%d (%s)", in nl80211_abort_scan()
114 wpa_printf(MSG_DEBUG, "nl80211: Abort vendor scan with cookie 0x%llx", in nl80211_abort_vendor_scan()
132 "nl80211: Aborting vendor scan with cookie 0x%llx failed: ret=%d (%s)", in nl80211_abort_vendor_scan()
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"); in wpa_driver_nl80211_scan_timeout()
167 wpa_printf(MSG_DEBUG, "nl80211: Failed to abort scan"); in wpa_driver_nl80211_scan_timeout()
172 wpa_printf(MSG_DEBUG, "nl80211: Try to get scan results"); in wpa_driver_nl80211_scan_timeout()
197 wpa_printf(MSG_MSGDUMP, "nl80211: Scan SSID %s", in nl80211_scan_common()
207 * If allowed, scan for 6 GHz APs that are reported by other in nl80211_scan_common()
217 "nl80211: Scan co-located APs on 6 GHz"); in nl80211_scan_common()
221 wpa_printf(MSG_DEBUG, "nl80211: Passive scan requested"); in nl80211_scan_common()
225 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan extra IEs", in nl80211_scan_common()
238 wpa_printf(MSG_MSGDUMP, "nl80211: Scan frequency %u " in nl80211_scan_common()
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"); in wpa_driver_nl80211_scan()
385 wpa_printf(MSG_DEBUG, "nl80211: Scan for a specific BSSID: " in wpa_driver_nl80211_scan()
402 wpa_printf(MSG_DEBUG, "nl80211: Scan trigger failed: ret=%d " in wpa_driver_nl80211_scan()
406 * mac80211 does not allow scan requests in AP mode, so in wpa_driver_nl80211_scan()
423 /* Not all drivers generate "scan completed" wireless event, so try to in wpa_driver_nl80211_scan()
430 * The driver seems to deliver events to notify when scan is in wpa_driver_nl80211_scan()
436 wpa_printf(MSG_DEBUG, "Scan requested (ret=%d) - scan timeout %d " in wpa_driver_nl80211_scan()
472 "nl80211: sched scan plan no. %u: Invalid interval: %u", in nl80211_sched_scan_add_scan_plans()
484 "nl80211: sched scan plan no. %u: Invalid number of iterations: %u", in nl80211_sched_scan_add_scan_plans()
497 * All the scan plans must specify the number of iterations in nl80211_sched_scan_add_scan_plans()
500 * last scan plan. in nl80211_sched_scan_add_scan_plans()
508 "nl80211: All sched scan plans but the last must specify number of iterations"); in nl80211_sched_scan_add_scan_plans()
518 * wpa_driver_nl80211_sched_scan - Initiate a scheduled scan
520 * @params: Scan parameters
542 "nl80211: Invalid number of sched scan plans: %u", in wpa_driver_nl80211_sched_scan()
571 "nl80211: Sched scan filter SSID %s", in wpa_driver_nl80211_sched_scan()
603 "nl80211: Sched scan RSSI filter %d dBm", in wpa_driver_nl80211_sched_scan()
651 /* TODO: if we get an error here, we should fall back to normal scan */ in wpa_driver_nl80211_sched_scan()
655 wpa_printf(MSG_DEBUG, "nl80211: Sched scan start failed: " in wpa_driver_nl80211_sched_scan()
660 wpa_printf(MSG_DEBUG, "nl80211: Sched scan requested (ret=%d)", ret); in wpa_driver_nl80211_sched_scan()
669 * wpa_driver_nl80211_stop_sched_scan - Stop a scheduled scan
689 "nl80211: Sched scan stop failed: ret=%d (%s)", in wpa_driver_nl80211_stop_sched_scan()
693 "nl80211: Sched scan stop sent"); in wpa_driver_nl80211_stop_sched_scan()
824 * scan result age since the driver reports this and in nl80211_parse_bss_info()
918 wpa_printf(MSG_DEBUG, "nl80211: Scan results indicate BSS status with " in nl80211_check_bss_status()
1001 "nl80211: Failed to receive consistent scan result dump"); in nl80211_get_scan_results()
1004 "nl80211: Failed to receive consistent scan result dump - try again"); in nl80211_get_scan_results()
1012 wpa_printf(MSG_DEBUG, "nl80211: Received scan results (%lu " in nl80211_get_scan_results()
1023 wpa_printf(MSG_DEBUG, "nl80211: Scan result fetch failed: ret=%d " in nl80211_get_scan_results()
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"); in nl80211_dump_scan()
1093 * If scan_cookie is zero, a normal scan through kernel (cfg80211) in wpa_driver_nl80211_abort_scan()
1094 * was triggered, hence abort the cfg80211 scan instead of the vendor in wpa_driver_nl80211_abort_scan()
1095 * scan. in wpa_driver_nl80211_abort_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"); in wpa_driver_nl80211_vendor_scan()
1168 wpa_printf(MSG_MSGDUMP, "nl80211: Scan SSID %s", in wpa_driver_nl80211_vendor_scan()
1179 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan extra IEs", in wpa_driver_nl80211_vendor_scan()
1195 "nl80211: Scan frequency %u MHz", in wpa_driver_nl80211_vendor_scan()
1266 wpa_printf(MSG_DEBUG, "nl80211: Scan for a specific BSSID: " in wpa_driver_nl80211_vendor_scan()
1284 "nl80211: Vendor scan trigger failed: ret=%d (%s)", in wpa_driver_nl80211_vendor_scan()
1295 "nl80211: Vendor scan requested (ret=%d) - scan timeout 30 seconds, scan cookie:0x%llx", in wpa_driver_nl80211_vendor_scan()
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); in nl80211_set_default_scan_ies()
1347 "nl80211: Set scan default IEs failed: ret=%d (%s)", in nl80211_set_default_scan_ies()