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.
sudo nmcli connection add type wifi con-name "SecondWiFi" ifname wlan0 ssid "YourSecondSSID" wifi-sec.key-mgmt wpa-psk wifi-sec.psk "YourSecondPassword"
Found this and it works!!! Thanks for your input !!