raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.24k stars 837 forks source link

Enable WPA3 on Pico-W #1743

Closed B3rn475 closed 1 week ago

B3rn475 commented 1 week ago

What is the correct way to enable WPA3 in Pico-W boards?

The official website reports that the Pico-W supports WPA3, but via the SDK it is only possible to enable WPA, WPA2 and WPA/WPA2 mixed mode.

peterharperuk commented 1 week ago

Yes it supports WPA3. The correct way is to add the WPA3 changes that are missing.

B3rn475 commented 1 week ago

That would be great.

The WPA2 limitation in the IoT/Home Automation space is problematic from a security standpoint.

Adding support for WPA3 would definitely help the integration of Pico-W.

Thank you for taking a stab at it.

peterharperuk commented 1 week ago

All the changes needed are in the driver, so closing this and using the other issue you raised here https://github.com/georgerobotics/cyw43-driver/issues/118