Skip to content

Commit b6a87e7

Browse files
kapilkedawatespressif-bot
authored andcommitted
fix(esp_wifi): Enable EAP workarounds by default
Enabling this will make sure our behavior is same as upstream wpa_supplicant.
1 parent c7ad8d7 commit b6a87e7

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)