Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4060

Networking and servers • Re: Pi3 Bookworm WiFi does not work if router uses WPA2/WPA3, only WPA/WPA2

$
0
0
Try adding / using

Code:

key_mgmt=WPA-PSK-SHA256
and see if that fixes things.

I cannot remember if a restart of the Pi is needed or just wpa_supplicant :oops:
I tried

Code:

sudo nmcli conn modify SSID 802-11-wireless-security.key-mgmt WPA-PSK-SHA256
And I got the following error message:

Code:

Error: failed to modify 802-11-wireless-security.key-mgmt: 'WPA-PSK-SHA256' not among [none, ieee8021x, wpa-psk, wpa-eap, wpa-eap-suite-b-192, sae, owe].
So I guess that your suggestion cannot be used?

On a whim, I tried using "sae" since I know that's what WPA3 uses, but that did not work (getting an error claiming the network could not be found).


EDIT: I also tried manually editing the .nmconnection file for the network, but it still will not work if I do that. (I just keep getting prompted for the network password), and it resets the nmconnection file back to using key-mgmt=wpa-psk

Statistics: Posted by BarrowWight — Mon Mar 11, 2024 5:29 am



Viewing all articles
Browse latest Browse all 4060

Trending Articles