Clear more configuration parameters to default on FLUSH
This makes it more convenient for test scripts to change parameters for a specific test case without having to separately clear them between each test case. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
cf70d2981d
commit
ea6e040c30
1 changed files with 3 additions and 0 deletions
|
@ -5315,6 +5315,9 @@ static void wpa_supplicant_ctrl_iface_flush(struct wpa_supplicant *wpa_s)
|
|||
wpa_supplicant_ctrl_iface_remove_network(wpa_s, "all");
|
||||
wpa_supplicant_ctrl_iface_remove_cred(wpa_s, "all");
|
||||
wpa_config_flush_blobs(wpa_s->conf);
|
||||
wpa_s->conf->auto_interworking = 0;
|
||||
wpa_s->conf->okc = 0;
|
||||
wpa_s->conf->pmf = 0;
|
||||
|
||||
wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_LIFETIME, 43200);
|
||||
wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_REAUTH_THRESHOLD, 70);
|
||||
|
|
Loading…
Reference in a new issue