snippetbashTip
iwctl — Control the `iwd` network supplicant. See also: `nmcli`, `iw`. More information: <https://manned.org
Viewed 0 times
thecommandiwdnetworkclicontroliwctlsupplicant
linux
Problem
How to use the
iwctl command: Control the iwd network supplicant. See also: nmcli, iw. More information: <https://manned.org/iwctl>.Solution
iwctl — Control the iwd network supplicant. See also: nmcli, iw. More information: <https://manned.org/iwctl>.Run
iwctl in interactive mode:iwctlDisplay Wi-Fi stations:
iwctl station listLook for networks with a station:
iwctl station {{station}} scanDisplay the networks found by a station:
iwctl station {{station}} get-networksConnect to a network with a station, if credentials are needed they will be asked:
iwctl station {{station}} connect {{network_name}}Display help:
iwctl {{[-h|--help]}}Code Snippets
Run `iwctl` in interactive mode
iwctlDisplay Wi-Fi stations
iwctl station listLook for networks with a station
iwctl station {{station}} scanDisplay the networks found by a station
iwctl station {{station}} get-networksConnect to a network with a station, if credentials are needed they will be asked
iwctl station {{station}} connect {{network_name}}Context
tldr-pages: linux/iwctl
Revisions (0)
No revisions yet.