1IWCTL(1) Linux Connectivity IWCTL(1)
2
3
4
6 iwctl - Internet wireless control utility
7
9 iwctl [options ...] [commands ...]
10
12 Tool for configuring iwd daemon via D-Bus interface. It supports both
13 an interactive mode and command line mode.
14
16 --username, -u
17 Provide username.
18
19 --password, -p
20 Provide password.
21
22 --passphrase, -P
23 Provide passphrase.
24
25 --dont-ask, -v
26 Don't ask for missing credentials.
27
28 --help, -h
29 Show help message and exit.
30
32 Interactive mode
33 To start an interactive mode and list all available commands do:
34
35 $ iwctl
36 [iwd]# help
37
38 To connect to a network:
39
40 [iwd]# device list
41 [iwd]# station DEVICE scan
42 [iwd]# station DEVICE get-networks
43 [iwd]# station DEVICE connect SSID
44
45 Command line mode
46 To list all available commands in command line mode and exit do:
47
48 $ iwctl --help
49
50 To connect to a network:
51
52 $ iwctl device list
53 $ iwctl station DEVICE scan
54 $ iwctl station DEVICE get-networks
55 $ iwctl --passphrase=PASSPHRASE station DEVICE connect SSID
56
58 iwd(8)
59
61 Marcel Holtmann <marcel@holtmann.org>
62
64 2013-2019 Intel Corporation
65
66
67
68
69iwctl 22 September 2019 IWCTL(1)