mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
Merge branch 'bugfix/enable_eap_workarounds_v5.4' into 'release/v5.4'
fix(esp_wifi): Enable EAP workarounds by default (v5.4) See merge request espressif/esp-idf!36152
This commit is contained in:
@ -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);
|
wpa_printf(MSG_INFO, "wifi_task prio:%d, stack:%d", WPA2_TASK_PRIORITY, WPA2_TASK_STACK_SIZE);
|
||||||
#endif
|
#endif
|
||||||
|
sm->workaround = 1;
|
||||||
return ESP_OK;
|
return ESP_OK;
|
||||||
|
|
||||||
_err:
|
_err:
|
||||||
|
Reference in New Issue
Block a user