File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 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.
1515
1616## Configuring ConnMan
1717
18+ ### ConnMan CLI
19+
1820The ` connman ` package includes a command line tool,
1921[ connmanctl(1)] ( https://man.voidlinux.org/connmanctl.1 ) to control network
2022settings. If you do not provide any commands, ` connmanctl ` starts as an
2123interactive shell.
2224
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+
2340There are many other front-ends to ConnMan, including ` connman-ui ` for system
2441trays, ` connman-gtk ` for GTK, ` cmst ` for QT and ` connman-ncurses ` for ncurses
2542based UI.
You can’t perform that action at this time.
0 commit comments