Does micropython for Pico W support PEAP/MSCHAPV2 ? #10399
Replies: 3 comments 1 reply
-
@jjzheng01 Not yet. The chip supports it, it's just a matter of adding driver support. The docs you're referring to are for the (now-defunct) Pycom fork of MicroPython. |
Beta Was this translation helpful? Give feedback.
-
I have been requesting this since version 1.17. |
Beta Was this translation helpful? Give feedback.
-
This is workaround / possible solution using a Raspberry Pi Zero. Please see the many (including security) warnings: https://github.com/jouellnyc/wpa-ent-mschapv2-bridge Keep in mind your mileage may vary. I did the best I could at the time to get something working in a lab environment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to connect the Pico W to WiFi network which requires the username and password. But there is no document about it.
Does the micropython for the Pico W support PEAP/MSCHAPV2 ? Thanks.
I have tried this in Thonny:
https://docs.pycom.io/tutorials/networks/wlan/#connecting-to-a-wpa2-enterprise-network
Connecting with EAP-PEAP or EAP-TTLS: In case of EAP-PEAP (or EAP-TTLS), the client key and certificate are not necessary, only a username and password pair. If it is required to validate the server’s public key, an appropriate CA certificate (chain) must also be provided.
The errors are
AttributeError: type object 'CYW43' has no attribute 'WPA2_ENT'
or
AttributeError: type object 'CYW43' has no attribute 'MSCHAPV2'
Beta Was this translation helpful? Give feedback.
All reactions