-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
ESP32 WPA2 Enterprise #8819
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
Been requested since 2019: https://forum.micropython.org/viewtopic.php?f=18&t=7219 |
Step 1) Step 2) enterprise.c:
micropython.cmake:
micropython.mk:
Place these files in an folder called enterprise
|
Thank you very much for your great instructions !!! |
@SL2021-Dev Not fully sure, not incredibly well versed with CMAKE, but it will be due to the way you're referencing the cmake file |
You could be trying to reference it from a make file perhaps |
Based on my interpretation of your instructions. I totally don't understand the Make system either. I'm hanging on by a thread with just building these binaries. If micropython does not included a needed function, you literally would have to learn C, which defeats the whole purpose of using micropython. This is unfortunate because ESP IDF probably has many other capabilities that micropythoners can't use until the maintainers get around to including it. Do you think this should be moved to the micropython group? |
Do you plan to merge this into master branch? |
It would be good to see the code above submitted as a pull request for proper review. |
@SL2021-Dev Also have a look into making a custom C module: |
Hi, I really need this wpa2-enterprise feature. |
Micropython would feel more complete with WPA Enterprise for esp32. This is an essential function that is not yet met.
All help and suggestions would be great. If there are way around this for now.
The text was updated successfully, but these errors were encountered: