-
Notifications
You must be signed in to change notification settings - Fork 105
Unable to connect to WPA2 Enterprise network. #105
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
@sandeepmistry Any thoughts? I see you created the WPA2 Enterprise support. |
Hi Katie, |
Hi, I'm a little confused by your question. On my laptop and smartphone the network shows up just like how any other network shows up? In testing, I was trying to connect to eduroam network as well and its' encryption was also unknown. |
I am on Apple devices so this information is not available but the security is 802.1x PEAP as per the university's website. The board does not connect to eduroam network. |
This comment has been minimized.
This comment has been minimized.
Hi, I also have the problem with Arduino MKR WiFi 1010 (NINA Firmware 1.4.8) and connecting to WPA2 Enterprise network.
|
I am having the exact same issue, and both the /*
This example prints the board's MAC address, and
scans for available WiFi networks using the NINA module.
Every ten seconds, it scans again. It doesn't actually
connect to any network, so no encryption scheme is specified.
...
*/ This seems to imply that no encryption will be given for any networks as the chip does not actually attempt to connect to any of them. Has anyone found any solutions to this problem? My Arduino Uno Wifi Rev2 connects just fine on my home WiFi, but I would like to have it connect to my University WiFi as well. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I have the same problem and have not found a solution yet. |
My Arduino Uno Wifi Rev2 won't connect to my university's WPA2 Enterprise network. I'm using the library's
beginEnterprise()
function. My sketch is based on the examples from the library.The authentication of the network is PEAP/MSCHAPV2.
I've updated the firmware on my board to the latest version.
My board connects to regular networks using the function begin() so it's also not a hardware issue.
When I run the "ScanNetworks" example, the network I'm trying to connect to is listed, and it shows its encryption as "Unknown".
Additional context
I tried powering the board with an external power source.
I tried many different credentials.
Additional reports
Related
The text was updated successfully, but these errors were encountered: