mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
fix(wifi): fix miss internal wapi deinit issue
This commit is contained in:
@ -469,6 +469,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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user