P2P: Clear driver Probe Response IE on stop_listen

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Johannes Berg 2011-02-01 18:30:33 +02:00 committed by Jouni Malinen
parent 89e07afb2c
commit 839b33ad90
1 changed files with 1 additions and 0 deletions

View 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);
}