Files
tldr/pages.tr/linux/wpa_cli.md

29 lines
470 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# wpa_cli
> Kablosuz LAN arayüzleri ekleyin ve yapılandırın.
> Daha fazla bilgi: <https://manned.org/wpa_cli>.
- Kullanılabilir ağları tara:
`wpa_cli scan`
- Tarama sonuçlarını göster:
`wpa_cli scan_results`
- Ağ ekle:
`wpa_cli add_network {{numara}}`
- Bir ağın SSID değerini ayarla:
`wpa_cli set_network {{numara}} ssid "{{SSID}}"`
-ı etkinleştir:
`wpa_cli enable_network {{numara}}`
- Yapılandırmayı kaydet:
`wpa_cli save_config`