You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to have EAP-TTLS support on a NodeMCU-ESP32 for WiFi 802.1X authentication.
The board tries to authenticate itself with MSCHAPv2 method, but I need it to use TTLS for phase 2.
It is suggested here (espressif/esp-idf#7011 (comment)) to use esp_wifi_sta_wpa2_ent_set_ttls_phase2_method(ESP_EAP_TTLS_PHASE2_PAP); but all I get is a dreaded error message when compiling:
'ESP_EAP_TTLS_PHASE2_PAP' was not declared in this scope
Is there any documentation where I can find details on arguments that need to be passed to the esp_wifi_sta_wpa2_ent_set_ttls_phase2_method() method?
The text was updated successfully, but these errors were encountered:
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Hello @hgshoggins , sorry for late reply. Are you able to test your issue on development version 2.0.3-RC1 to check if this is still valid? You can take a look on Docs where is explained how to choose development release version in Arduino IDE.
as there was no answer in last 14 days, I'm closing the issue as expired to keep our backlog manageable. If it's still needed, please reopen the issue.
Trying to have EAP-TTLS support on a NodeMCU-ESP32 for WiFi 802.1X authentication.
The board tries to authenticate itself with MSCHAPv2 method, but I need it to use TTLS for phase 2.
It is suggested here (espressif/esp-idf#7011 (comment)) to use
esp_wifi_sta_wpa2_ent_set_ttls_phase2_method(ESP_EAP_TTLS_PHASE2_PAP);
but all I get is a dreaded error message when compiling:Is there any documentation where I can find details on arguments that need to be passed to the
esp_wifi_sta_wpa2_ent_set_ttls_phase2_method()
method?The text was updated successfully, but these errors were encountered: