fix(esp_wifi): Enable EAP workarounds by default

Enabling this will make sure our behavior is same as upstream
wpa_supplicant.
This commit is contained in:
Kapil Gupta 2024-12-20 22:00:55 +05:30
parent 89c330995c
commit 92f5736c21

View File

@ -740,6 +740,7 @@ static int eap_peer_sm_init(void)
}
#endif
wpa_printf(MSG_INFO, "wifi_task prio:%d, stack:%d", WPA2_TASK_PRIORITY, WPA2_TASK_STACK_SIZE);
sm->workaround = 1;
return ESP_OK;
_err: