Merge branch 'bugfix/enable_eap_workarounds' into 'master'

fix(esp_wifi): Enable EAP workarounds by default

See merge request espressif/esp-idf!35860
This commit is contained in:
Jiang Jiang Jian
2025-01-02 20:27:15 +08:00

View File

@@ -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: