mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Merge branch 'bugfix/enable_eap_workarounds_v5.0' into 'release/v5.0'
fix(esp_wifi): Enable EAP workarounds by default (v5.0) See merge request espressif/esp-idf!36156
This commit is contained in:
commit
d452461f4c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user