Skip to content

Commit 006503b

Browse files
committed
iwctl: add Chinese translation
1 parent 738b129 commit 006503b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pages.zh/linux/iwctl.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# iwctl
2+
3+
> 控制 `iwd` 网络请求程序。
4+
> 更多信息:<https://manned.org/iwctl>.
5+
6+
- 启动交互模式,在此模式您可以直接输入命令并带有自动补全:
7+
8+
`iwctl`
9+
10+
- 调用一般帮助:
11+
12+
`iwctl {{[-h|--help]}}`
13+
14+
- 显示您的 Wi-Fi 站点:
15+
16+
`iwctl station list`
17+
18+
- 开始寻找带有站点的网络:
19+
20+
`iwctl station {{站点}} scan`
21+
22+
- 显示站点发现的网络:
23+
24+
`iwctl station {{站点}} get-networks`
25+
26+
- 连接到带有站点的网络,如果需要凭证,则会询问:
27+
28+
`iwctl station {{站点}} connect {{网络名称}}`

0 commit comments

Comments
 (0)