From 5abadc5b38cfbbc9bee3ff131fd423ad445d3d3d Mon Sep 17 00:00:00 2001 From: Kapil Gupta Date: Fri, 20 Dec 2024 22:00:55 +0530 Subject: [PATCH] fix(esp_wifi): Enable EAP workarounds by default Enabling this will make sure our behavior is same as upstream wpa_supplicant. --- components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c b/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c index 6f009cdb40..6830a16156 100644 --- a/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c +++ b/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c @@ -741,6 +741,7 @@ static int eap_peer_sm_init(void) wpa_printf(MSG_INFO, "wifi_task prio:%d, stack:%d", WPA2_TASK_PRIORITY, WPA2_TASK_STACK_SIZE); #endif + sm->workaround = 1; return ESP_OK; _err: