circuitpython/drivers/ninaw10
iabdalkader 20b00ca501 extmod/network_nina: Fix the AP security mode constants.
The only AP security mode supported is actually WPA/WPA2 not WEP. The
firmware command `0x19` starts the AP using `WIFI_AUTH_WPA_WPA2_PSK`
mode.

There are no functional changes in this commit, it just fixes the constant
names and removes the useless sanity checks for WEP.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-07-12 01:03:46 +10:00
..
machine_pin_nina.c drivers/ninaw10: Add support for external ADC channels. 2023-10-20 12:18:29 +11:00
nina_bsp.h extmod/network_ninaw10: Add support for socket events callback. 2022-05-26 11:15:07 +10:00
nina_bt_hci.c rp2: Switch rp2 and drivers to use new event functions. 2023-12-08 12:49:43 +11:00
nina_wifi_bsp.c extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 2023-10-26 17:40:22 +11:00
nina_wifi_drv.c extmod/network_nina: Fix the AP security mode constants. 2024-07-12 01:03:46 +10:00
nina_wifi_drv.h drivers/ninaw10: Connect to WiFi asynchronously. 2022-11-16 09:46:43 +11:00