Skip to content

WPA2 Enterprise, EAP-TTLS support #5483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hgshoggins opened this issue Jul 30, 2021 · 3 comments
Closed

WPA2 Enterprise, EAP-TTLS support #5483

hgshoggins opened this issue Jul 30, 2021 · 3 comments
Labels
Resolution: Expired More info wasn't provided

Comments

@hgshoggins
Copy link

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?

@stale
Copy link

stale bot commented Oct 2, 2021

[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.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Oct 2, 2021
@VojtechBartoska
Copy link
Contributor

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.

@VojtechBartoska VojtechBartoska added Resolution: Awaiting response Waiting for response of author and removed Status: Stale Issue is stale stage (outdated/stuck) labels Mar 30, 2022
@VojtechBartoska
Copy link
Contributor

Hello,

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.

Thanks for understanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Expired More info wasn't provided
Projects
None yet
Development

No branches or pull requests

2 participants