When I try to connect to a secret SSID, I have the error :
Error: No network with SSID 'name' found
I think it's because nmcli need information about wifi before connection (like you can read here) :
nmcli c add type wifi con-name <connect name> ifname wlan0 ssid <ssid>
nmcli con modify <connect name> wifi-sec.key-mgmt wpa-psk
nmcli con modify <connect name> wifi-sec.psk <password>
nmcli con up <connect name>
When I try to connect to a secret SSID, I have the error :
Error: No network with SSID 'name' foundI think it's because nmcli need information about wifi before connection (like you can read here) :