-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
ESP32: WPA2-Enterprise support #5705
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 there ever be the possibility of someone looking into this? I don't want to keep building custom firmware. Or should I spend my time trying to figure out the proper way to implement this in and make a PR? (Wish there was docs about how to do the exceptions, checks and stuff on the C side of things) |
Yup, a pull request is the way these things happen. I wouldn't even have a WPA2 enterprise AP to test against... |
We have a project in development that is now required to have WPA2-Enterprise encryption. |
I will be trying to make a PR for this sometime soon. Have to set up my Micropython build system again. Plus I am probably going to be loosing access the the WPA2 EAP network I needed this for soon because I am graduating in a few days. |
I will be working on a PR for this. Finally get a good amount of experience working with Micropython's internals that I think i can make a PR properly. |
Anything news about implementing WPA2 EAP? |
How's this coming on? |
Hi, I really need WPA2-Enterprise feature on ESP32. |
Same... Please... seriously consider adding this to Micropython !!! |
For those folks interested in this feature, PR #16463 provides an implementation. If you can provide a review or, better yet, test the PR that would be very helpful! |
Since graduaring college in 2020, i havent had access to a WPA2-Enterprise network to do any testing. |
Hello, I am making this issue to request support for WPA2 enterprise network that use EAP.
I had late 2019 posted some code on how to do so that I used in a custom build of micropython so that someone with more knowledge of how to properly add it could take a look.
https://forum.micropython.org/viewtopic.php?f=18&t=7219
Looks like no one ever did which is why I am creating this issue to bring attention to this.
The text was updated successfully, but these errors were encountered: