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

416 B

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