nmcli: connecting wifi network examples (#2215)

italian
Émile Nadeau 2018-07-28 18:31:35 -04:00 committed by Starbeamrainbowlabs
parent f8d410629d
commit 13eed86527
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,14 @@
`nmcli connection`
- Print the available Wi-Fi access points:
`nmcli device wifi`
- Connect to the Wi-Fi network with a specified name and password:
`nmcli device wifi connect {{name}} {{password}}`
- Activate a connection by specifying an uuid:
`nmcli connection up uuid {{uuid}}`