Skip to content

Connect to hidden SSID #22

@sliard

Description

@sliard

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions