tldr/pages/linux/wpa_cli.md

26 lines
416 B
Markdown
Raw Normal View History

2014-03-09 17:49:01 +00:00
# wpa_cli
> Add and configure wlan interfaces.
2014-03-09 17:49:01 +00:00
- Scan for available networks:
2014-03-09 17:49:01 +00:00
`wpa_cli scan`
`wpa_cli scan_results`
- Add a network:
2014-03-09 17:49:01 +00:00
`wpa_cli add_network {{number}}`
- Configure the network, e.g. set SSID and passkey:
2014-03-09 17:49:01 +00:00
`wpa_cli set_network {{number}} ssid {{SSID}}`
`wpa_cli set_network {{number}} psk {{passkey}}`
- Enable network:
2014-03-09 17:49:01 +00:00
`wpa_cli enable_network {{number}}`
- Save config:
2014-03-09 17:49:01 +00:00
`wpa_cli save_config`