mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
fix(wifi): fix miss internal wapi deinit issue
This commit is contained in:
parent
1522b6bb8e
commit
d918aa3ebd
@ -504,6 +504,9 @@ int esp_supplicant_deinit(void)
|
||||
esp_supplicant_unset_all_appie();
|
||||
eloop_destroy();
|
||||
wpa_cb = NULL;
|
||||
#if CONFIG_ESP_WIFI_WAPI_PSK
|
||||
esp_wifi_internal_wapi_deinit();
|
||||
#endif
|
||||
return esp_wifi_unregister_wpa_cb_internal();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user