]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
P2P: Clear driver Probe Response IE on stop_listen
authorJohannes Berg <johannes.berg@intel.com>
Tue, 1 Feb 2011 16:30:33 +0000 (18:30 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 1 Feb 2011 16:30:33 +0000 (18:30 +0200)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
wpa_supplicant/p2p_supplicant.c

index cedd999a80d881ca1de31cb7ebd0c0e5314e6e72..13f9b4aa3c02cba9099c38ddbc34f65e26a53541 100644 (file)
@@ -1180,6 +1180,7 @@ static void wpas_stop_listen(void *ctx)
                wpa_s->off_channel_freq = 0;
                wpa_s->roc_waiting_drv_freq = 0;
        }
+       wpa_drv_set_ap_wps_ie(wpa_s, NULL, NULL, NULL);
        wpa_drv_probe_req_report(wpa_s, 0);
 }