I’ve tried using NMCLI to add a second wifi to my device. (PI5). I get and error of “802-11-wireless-security.key-mgmt: Property is missing. What am I missing? I was successful in adding the wifi name, but the password fails as above.
Help!
Thanks.
Hey @Dick!
It might need wifi-sec.key-mgmt set to wpa-psk, otherwise the password won’t work.
wifi-sec.key-mgmt
wpa-psk
You could try running something like this:
nmcli dev wifi connect "SSID_NAME" password "YOUR_PASSWORD" ifname wlan0
Is this for connectivity on one network that goes down?