We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7393f commit 33e6eaaCopy full SHA for 33e6eaa
components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c
@@ -564,6 +564,7 @@ int wpa3_hostap_auth_init(void *data)
564
&g_wpa3_hostap_task_hdl) != pdPASS) {
565
wpa_printf(MSG_ERROR, "wpa3_hostap_auth_init: failed to create task");
566
os_queue_delete(g_wpa3_hostap_evt_queue);
567
+ g_wpa3_hostap_evt_queue = NULL;
568
return ESP_FAIL;
569
}
570
0 commit comments