From: Johannes Berg Date: Tue, 1 Feb 2011 16:30:33 +0000 (+0200) Subject: P2P: Clear driver Probe Response IE on stop_listen X-Git-Tag: hostap-1-bp~603 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=839b33ad90d7d5addbcc2f255603ccf978516634;p=thirdparty%2Fhostap.git P2P: Clear driver Probe Response IE on stop_listen Signed-off-by: Johannes Berg --- diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c index cedd999a8..13f9b4aa3 100644 --- a/wpa_supplicant/p2p_supplicant.c +++ b/wpa_supplicant/p2p_supplicant.c @@ -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); }