add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/linux/wpa_cli.md Normal file
View File

@@ -0,0 +1,28 @@
# wpa_cli
> 添加和配置 wlan 接口。
> 更多信息:<https://manned.org/wpa_cli>。
- 扫描可用网络:
`wpa_cli scan`
- 显示扫描结果:
`wpa_cli scan_results`
- 添加网络:
`wpa_cli add_network {{number}}`
- 设置网络的 SSID
`wpa_cli set_network {{number}} ssid "{{SSID}}"`
- 启用网络:
`wpa_cli enable_network {{number}}`
- 保存配置:
`wpa_cli save_config`