mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* 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
27 lines
420 B
Markdown
27 lines
420 B
Markdown
# 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}}"`
|
|
|
|
- Ağı etkinleştir:
|
|
|
|
`wpa_cli enable_network {{numara}}`
|
|
|
|
- Yapılandırmayı kaydet:
|
|
|
|
`wpa_cli save_config`
|