-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Support TTLS-PAP #6427
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
Comments
Will #6398 resolve the issue? |
Hello @hgshoggins, any chance you take a look on mentioned PR above? |
I'd love to, but actually I'm not sure how I can manage to do so. Ideally, I would work directly from published upstream master. Unless you guide me on how to work from that PR, but that's out of the scope of these comments, and I'm afraid I don't have time/skills for that. Clearly, here is what is at stake right now: I have a WiFi network to which I connect machines (Linux + Windows + Android) authenticating to a RADIUS server through EAP-TTLS (PAP for Phase2), and I can see it's not working with my ESP32, but that's all I can debug (as well as the RADIUS server's debug log saying the ESP32 is refusing the EAP type). And noting that, the comment in the code saying that only I hope someone else can. |
Thanks for your fast answer @hgshoggins, to validate your issue you can just download version 2.0.3-RC1 we released yesterday and it includes mentioned PR. To do so, you need to change link in Arduino IDE settings to development release link, take a look here on installing guide. If there is something unclear, don't hesitate to ask :) |
Hello, as there was no answer in more than 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. |
Related area
Wifi
Hardware specification
ESP32
Is your feature request related to a problem?
We're missing the EAP-TTLS + PAP, as it's clearly stated in
esp_wpa2.h
thatA lot of corporate/student networks support/require PAP.
Describe the solution you'd like
Support PAP as PHASE2 like it is offered in the
esp_eap_ttls_phase2_types
ENUM:Describe alternatives you've considered
None, we need PAP.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: