File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,28 @@ Finally, enable the `connmand` service.
15
15
16
16
## Configuring ConnMan
17
17
18
+ ### ConnMan CLI
19
+
18
20
The ` connman ` package includes a command line tool,
19
21
[ connmanctl(1)] ( https://man.voidlinux.org/connmanctl.1 ) to control network
20
22
settings. If you do not provide any commands, ` connmanctl ` starts as an
21
23
interactive shell.
22
24
25
+ Establishing a connection to an access point using the ` connmanctl ` interactive
26
+ shell might look as follows:
27
+
28
+ ```
29
+ # connmanctl
30
+ > enable wifi
31
+ > agent on
32
+ > scan wifi
33
+ > services
34
+ > connect wifi_<uniqueid>
35
+ > exit
36
+ ```
37
+
38
+ ### ConnMan Front-End Tools
39
+
23
40
There are many other front-ends to ConnMan, including ` connman-ui ` for system
24
41
trays, ` connman-gtk ` for GTK, ` cmst ` for QT and ` connman-ncurses ` for ncurses
25
42
based UI.
You can’t perform that action at this time.
0 commit comments