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.
2 parents 11d9465 + 33e6eaa commit 34e5669Copy full SHA for 34e5669
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