1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 13:26:05 +02:00

Merge pull request #161 from Gubolin/master

add wpa_cli
This commit is contained in:
Romain Prieto 2014-03-10 08:26:27 +11:00
commit 3c1a9011d3

25
pages/linux/wpa_cli.md Normal file
View file

@ -0,0 +1,25 @@
# wpa_cli
> add and configure wlan interfaces
- scan for available networks
`wpa_cli scan`
`wpa_cli scan_results`
- add a network
`wpa_cli add_network {{number}}`
- configure the network, e.g. set SSID and passkey
`wpa_cli set_network {{number}} ssid {{SSID}}`
`wpa_cli set_network {{number}} psk {{passkey}}`
- enable network
`wpa_cli enable_network {{number}}`
- save config
`wpa_cli save_config`