add wpa_cli

waldyrious/alt-syntax
Gubolin 2014-03-09 17:49:01 +00:00
parent 662bc05ca8
commit f81fffbe1c
1 changed files with 25 additions and 0 deletions

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`