mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
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:
parent
c7ad8d795f
commit
b6a87e7e6d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user