I triedTry adding / usingand see if that fixes things.Code:
key_mgmt=WPA-PSK-SHA256
I cannot remember if a restart of the Pi is needed or just wpa_supplicant
Code:
sudo nmcli conn modify SSID 802-11-wireless-security.key-mgmt WPA-PSK-SHA256
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].
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