You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RPi Pico W fails to connect to the WPA3 WLAN network; the handshake also does not appear in the hostapd logs at all (as opposed to handshakes from other devices).
Description
The WiFi has been setup with hostapd using this config:
There is available WPA3 support in recent versions of the underlying driver. Could you try 10.0.0-alpha.6? I'm not sure it's been enabled, but that will give us a starting point. Thanks.
Now running on Adafruit CircuitPython 10.0.0-alpha.6 on 2025-05-17; Raspberry Pi Pico W with rp2040, but still the exactly same error. I'll try to check if I can setup and reproduce it with another WPA3-only access point to ensure it's not a problem with my hostapd.
Uh oh!
There was an error while loading. Please reload this page.
CircuitPython version and board name
Code/REPL
Behavior
The RPi Pico W fails to connect to the WPA3 WLAN network; the handshake also does not appear in the hostapd logs at all (as opposed to handshakes from other devices).
Description
The WiFi has been setup with hostapd using this config:
Other devices can connect to the WPA3 network
myssid
without problems.Additional information
If I change the network config to:
the Pi can connect flawlessly too; however as the official board page explicitly mentions WPA3, I think the Pi should be able to connect too.
The text was updated successfully, but these errors were encountered: