File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,16 @@ for Linux that aims to replace [WPA supplicant](./wpa_supplicant.md).
7
7
8
8
Install the ` iwd ` package and enable the ` dbus ` and ` iwd ` services.
9
9
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
-
14
10
## Usage
15
11
16
12
The command-line client [ iwctl(1)] ( https://man.voidlinux.org/iwctl.1 ) can be
17
13
used to add, remove, and configure network connections. Commands can be passed
18
14
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.
21
17
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 ` .
24
20
25
21
## Configuration
26
22
You can’t perform that action at this time.
0 commit comments