Files
tldr/pages.tr/linux/wpa_cli.md
Oğuz Ersen 45fa5e1372 nmcli*, nmtui, wpa*: add Turkish translation (#7850)
* nmtui: add Turkish translation

* nmcli: add Turkish translation

* nmcli-connection: add Turkish translation

* nmcli-device: add Turkish translation

* nmcli-monitor: add Turkish translation

* wpa_cli: add Turkish translation

* wpa_passphrase: add Turkish translation
2022-03-06 00:36:08 +10:00

28 lines
420 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.
- 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`