Skip to content

Commit 0d8ac71

Browse files
devlafflexibeast
authored andcommitted
connman.md: Add connection workflow
1 parent 7f50740 commit 0d8ac71

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/config/network/connman.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,28 @@ Finally, enable the `connmand` service.
1515

1616
## Configuring ConnMan
1717

18+
### ConnMan CLI
19+
1820
The `connman` package includes a command line tool,
1921
[connmanctl(1)](https://man.voidlinux.org/connmanctl.1) to control network
2022
settings. If you do not provide any commands, `connmanctl` starts as an
2123
interactive 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+
2340
There are many other front-ends to ConnMan, including `connman-ui` for system
2441
trays, `connman-gtk` for GTK, `cmst` for QT and `connman-ncurses` for ncurses
2542
based UI.

0 commit comments

Comments
 (0)