Hi,
Excellent project. Thanks for making the code open source.
When changing a wifi password to an existing connection I get the following error:
802-11-wireless-security.key-mgmt: property is missing
This also happens to me in Raspberry PI when running from the cli:
nmcli dev wifi connect <ssid> password <password>
Seems that the work around for this is to delete the connection first by running:
nmcli connection delete <ssid>
Env
- Linux version: Debian GNU/Linux 13.1 (trixie)
- nmcli version: 1.52.1
Hi,
Excellent project. Thanks for making the code open source.
When changing a wifi password to an existing connection I get the following error:
This also happens to me in Raspberry PI when running from the cli:
Seems that the work around for this is to delete the connection first by running:
Env