2020-10-09 22:11:08 +02:00
|
|
|
# iwctl
|
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> Control the `iwd` network supplicant.
|
2024-10-16 07:43:53 +02:00
|
|
|
> More information: <https://archive.kernel.org/oldwiki/iwd.wiki.kernel.org/gettingstarted.html>.
|
2020-10-09 22:11:08 +02:00
|
|
|
|
|
|
|
- Start the interactive mode, in this mode you can enter the commands directly, with autocompletion:
|
|
|
|
|
|
|
|
`iwctl`
|
|
|
|
|
|
|
|
- Call general help:
|
|
|
|
|
|
|
|
`iwctl --help`
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Display your Wi-Fi stations:
|
2020-10-09 22:11:08 +02:00
|
|
|
|
|
|
|
`iwctl station list`
|
|
|
|
|
|
|
|
- Start looking for networks with a station:
|
|
|
|
|
|
|
|
`iwctl station {{station}} scan`
|
|
|
|
|
|
|
|
- Display the networks found by a station:
|
|
|
|
|
|
|
|
`iwctl station {{station}} get-networks`
|
|
|
|
|
|
|
|
- Connect to a network with a station, if credentials are needed they will be asked:
|
|
|
|
|
|
|
|
`iwctl station {{station}} connect {{network_name}}`
|