circuitpython/ports/raspberrypi/common-hal/wifi
Jeff Epler e817563ca0
Update cyw43-driver, fix no-password wifi
Now, open wifi works on Pico W, so this closes #7438.

For the web workflow it's now OK to either
 * specify an empty password string (as before)
 * not have the CIRCUITPY_WIFI_PASSWORD key at all (new functionality)
2023-01-10 15:07:17 -06:00
..
Monitor.c Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
Monitor.h Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
Network.c fix AuthMode printing regression 2022-12-15 15:49:58 -05:00
Network.h Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
Radio.c Update cyw43-driver, fix no-password wifi 2023-01-10 15:07:17 -06:00
Radio.h pico w: re-use previous connection if ssid matches 2022-12-08 12:44:34 -06:00
ScannedNetworks.c Fix several classes of compiler diagnostic & make fatal 2022-09-30 11:19:22 -05:00
ScannedNetworks.h Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
__init__.c Fix unused variable diagnostics, make it a fatal error 2022-09-30 11:19:22 -05:00
__init__.h Implement scan, connect, ping 2022-09-28 10:06:33 -05:00