Lines Matching refs:scan
1382 wpa_printf(MSG_DEBUG, "nl80211: Scan result fetch failed: ret=%d (%s)",
1403 "associated BSS from scan results: %u MHz", freq);
1408 wpa_printf(MSG_DEBUG, "nl80211: Scan result fetch failed: ret=%d "
1730 ret = nl_get_multicast_id(global, "nl80211", "scan");
1735 "membership for scan events: %d (%s)",
1793 const char *groups[] = { "scan", "mlme", "regulatory", "vendor", NULL };
2427 * it isn't per interface ... maybe just dump the scan
3548 * channel scan on the specified channel.
3550 struct wpa_driver_scan_params scan;
3553 os_memset(&scan, 0, sizeof(scan));
3554 scan.num_ssids = 1;
3556 scan.ssids[0].ssid = params->ssid;
3557 scan.ssids[0].ssid_len = params->ssid_len;
3561 scan.freqs = freqs;
3563 "channel scan to refresh cfg80211 BSS "
3565 ret = wpa_driver_nl80211_scan(bss, &scan);
5461 wpa_printf(MSG_DEBUG, " * bg scan period=%d",
8572 * Do a vendor specific scan if possible. If only_new_results is
8573 * set, do a normal scan since a kernel (cfg80211) BSS cache flush
8574 * cannot be achieved through a vendor scan. The below condition may
8575 * need to be modified if new scan flags are added in the future whose
8576 * functionality can only be achieved through a normal scan.