Skip to content

Commit bb8c993

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/enable_eap_workarounds_v5.3' into 'release/v5.3'
fix(esp_wifi): Enable EAP workarounds by default (v5.3) See merge request espressif/esp-idf!36153
2 parents 403a3e0 + b6a87e7 commit bb8c993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ static int eap_peer_sm_init(void)
741741

742742
wpa_printf(MSG_INFO, "wifi_task prio:%d, stack:%d", WPA2_TASK_PRIORITY, WPA2_TASK_STACK_SIZE);
743743
#endif
744+
sm->workaround = 1;
744745
return ESP_OK;
745746

746747
_err:

0 commit comments

Comments
 (0)