WiFi authentication
-
Hello,
to connect to a wifi I need to set a username and password but here: wlan.connect('your-ssid', auth=(WLAN.WPA2, 'your-key')) only password is given. How to set a username?
-
@jmarcelino Thx a lot
-
The hardware definitely supports it and there's even a C example to do it in ESP-IDF:
However this isn't on the MicroPython side yet.
-
@jmarcelino said in WiFi authentication:
That means your network uses WPA-Enterprise (or WPA-802.1X) for authentication, unfortunately for now the WiPy only supports the much more common WPA-PSK (Pre-Shared Key) connections.
So WiPy 2.0 does not support WPA-Enterprise, right?
But it is an hardware problem or maybe it can support WPA-Enterprise in future?
Thx.
-
That means your network uses WPA-Enterprise (or WPA-802.1X) for authentication, unfortunately for now the WiPy only supports the much more common WPA-PSK (Pre-Shared Key) connections
-
ssid is a network name but also I have to give a username
-
hello , you have to put your home wifi ssid at "your-ssid"