P2P: Clear driver Probe Response IE on stop_listen
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
89e07afb2c
commit
839b33ad90
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue