We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738b129 commit 006503bCopy full SHA for 006503b
pages.zh/linux/iwctl.md
@@ -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