-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Create WiFiClientEnterprise.ino #1640
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
Conversation
Sketch for ESP32 boards that allow them to connect to WPA/WPA2 Enterprise Networks.
have you tested this with current Arduino? |
@me-no-dev |
I have a user who reported issue with WPA enterprise with current IDF/Arduino. |
I can make test. I have RADIUS server at home, i will configure it, also AP and i will try connection with my version of Arduino core and with latest and let you know. |
thank you :) |
Will this command: |
I have set it to info but i have no difference, only have my Serial.print texts, nothing else.. |
@me-no-dev suggestion? |
It tells you right up there :) HANDSHAKE_TIMEOUT |
Also!! Method private structure allocated failure :) not good! |
Tell me then, how was possible to join Eduroam network in my school? What was difference there, methods were same: PEAP + MsCHAPv2... Isn't there any fix for that? |
Honestly I want to be able to answer all your questions and make everything work, but world is a sucky place and WPA Enterprise seems to behave differently :( Your issue seems to be more different though... some of those errors make me believe that there is not enough memory or something... do you have any tutorial on how I can duplicate your WiFi env? |
Set up RADIUS server isn't hard. I can send you guide for instance on e-mail, i can write it to some .pdf file. I am using older Zeroshell - version 3.5.0, i had school project on it 3 years ago. RADIUS service is one from many that Zeroshell can run. It can work like router, or DHCP server, webserver etc too. Download at: https://zeroshell.org/download/ |
@me-no-dev Hey there, one Github user was trying my sketch and he successfully connected to Eduroam network in Spain. I asked him for serial monitor screenshot with Core Debug Level: Info. Will it be helpful for you devs? It printed only sucessful methods during connection. |
looks good :) merging! |
Thanks a lot! |
Hello everyone. I got edited sketch from a researcher from a Belgian university. |
Sketch for ESP32 boards that allow them to connect to WPA/WPA2 Enterprise Networks.
Sketch for ESP32 boards that allow them to connect to WPA/WPA2 Enterprise Networks.
Sketch was tested under ESP32 Devkit v1 board with Arduino Core (From May), tested Eduroam network, local RADIUS powered WPA2 Enterprise network. Connection to both networks was sucessful.
Sketch is working for WPA/WPA2 Enterprise protected networks under protocol 802.1x with methods:
PEAP + MsCHAPv2 (another weren't tested). Sketch working under RADIUS servers, under TACACS not.