mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(wpa_suppplicant): Add fix for issue in wps reconnection
This commit is contained in:
@ -1593,6 +1593,7 @@ wifi_station_wps_deinit(void)
|
|||||||
sm->wps = NULL;
|
sm->wps = NULL;
|
||||||
}
|
}
|
||||||
if (s_wps_sm_cb) {
|
if (s_wps_sm_cb) {
|
||||||
|
s_wps_sm_cb->wps_sm_notify_deauth = NULL;
|
||||||
os_free(s_wps_sm_cb);
|
os_free(s_wps_sm_cb);
|
||||||
s_wps_sm_cb = NULL;
|
s_wps_sm_cb = NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user