WPS NFC: Cancel scheduled scan before attempting a scan
authorJithu Jance <jithu@broadcom.com>
Mon, 14 Oct 2013 17:42:27 +0000 (20:42 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 14 Oct 2013 17:42:27 +0000 (20:42 +0300)
Cancel scheduled scan (if any) before attempting to scan for the newly
received configuration/credential in WPS NFC Config token case.

Signed-hostap: Jithu Jance <jithu@broadcom.com>

wpa_supplicant/wps_supplicant.c

index f6c2fcb..a2b941c 100644 (file)
@@ -2174,6 +2174,8 @@ static int wpas_wps_use_cred(struct wpa_supplicant *wpa_s,
        }
        wpa_s->disconnected = 0;
        wpa_s->reassociate = 1;
+
+       wpa_supplicant_cancel_sched_scan(wpa_s);
        wpa_supplicant_req_scan(wpa_s, 0, 0);
 
        return 0;