Skip to content

Commit 0e9b221

Browse files
committed
iwd: Tidy section.
* Remove now-unnecessary note about minimal kernel version. * Convert note about wheel group membership to plain text. * Improve phrasing.
1 parent 82922a3 commit 0e9b221

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/config/network/iwd.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,16 @@ for Linux that aims to replace [WPA supplicant](./wpa_supplicant.md).
77

88
Install the `iwd` package and enable the `dbus` and `iwd` services.
99

10-
> Note: To use EAP-TLS, EAP-TTLS, and EAP-PEAP based configurations, version
11-
> ≥4.20 of the kernel is required. Previous kernel versions do not include the
12-
> necessary cryptographic authentication modules.
13-
1410
## Usage
1511

1612
The command-line client [iwctl(1)](https://man.voidlinux.org/iwctl.1) can be
1713
used to add, remove, and configure network connections. Commands can be passed
1814
as arguments; when run without arguments, it provides an interactive session. To
19-
list available commands, run either `iwctl help` or enter `help` at the
20-
interactive prompt.
15+
list available commands, run `iwctl help`, or run `iwctl` and enter `help` at
16+
the interactive prompt.
2117

22-
> Note: By default, only the root user and those in the `wheel` group have
23-
> permission to operate `iwctl`.
18+
By default, only the root user and those in the `wheel` group have permission to
19+
operate `iwctl`.
2420

2521
## Configuration
2622

0 commit comments

Comments
 (0)