Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,25 +1,25 @@
# wpa_cli
> add and configure wlan interfaces
> Add and configure wlan interfaces.
- scan for available networks
- Scan for available networks:
`wpa_cli scan`
`wpa_cli scan_results`
- add a network
- Add a network:
`wpa_cli add_network {{number}}`
- configure the network, e.g. set SSID and passkey
- 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
- Enable network:
`wpa_cli enable_network {{number}}`
- save config
- Save config:
`wpa_cli save_config`