1IWCTL(1)                      Linux Connectivity                      IWCTL(1)
2
3
4

NAME

6       iwctl - Internet wireless control utility
7

SYNOPSIS

9       iwctl [options ...] [commands ...]
10

DESCRIPTION

12       Tool  for  configuring iwd daemon via D-Bus interface. It supports both
13       an interactive mode and command line mode.
14

OPTIONS

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

EXAMPLES

32   Interactive mode
33       To start an interactive mode and list all  available  commands  do:  ..
34       code-block:
35
36          $ iwctl
37          [iwd]# help
38
39       To connect to a network: .. code-block:
40
41          [iwd]# device list
42          [iwd]# station DEVICE scan
43          [iwd]# station DEVICE get-networks
44          [iwd]# station DEVICE connect SSID
45
46   Command line mode
47       To  list  all  available  commands in command line mode and exit do: ..
48       code-block:
49
50          $ iwctl --help
51
52       To connect to a network: .. code-block:
53
54          $ iwctl device list
55          $ iwctl station DEVICE scan
56          $ iwctl station DEVICE get-networks
57          $ iwctl --passphrase=PASSPHRASE station DEVICE connect SSID
58

SEE ALSO

60       iwd(8)
61

AUTHOR

63       Marcel Holtmann <marcel@holtmann.org>
64
66       2013-2019 Intel Corporation
67
68
69
70
71iwctl                          22 September 2019                      IWCTL(1)
Impressum