-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Description
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>
Metadata
Metadata
Assignees
Labels
No labels