1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 21:17:56 +01:00
tldr/pages/linux/wpa_cli.md

26 lines
411 B
Markdown
Raw Normal View History

2014-03-09 18:49:01 +01:00
# 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`