2020-10-09 21:11:08 +01:00
|
|
|
# iwctl
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> Control the `iwd` network supplicant.
|
2020-10-09 21:11:08 +01:00
|
|
|
> More information: <https://iwd.wiki.kernel.org/gettingstarted>.
|
|
|
|
|
|
|
|
- Start the interactive mode, in this mode you can enter the commands directly, with autocompletion:
|
|
|
|
|
|
|
|
`iwctl`
|
|
|
|
|
|
|
|
- Call general help:
|
|
|
|
|
|
|
|
`iwctl --help`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Display your Wi-Fi stations:
|
2020-10-09 21:11:08 +01: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}}`
|