mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +08:00
ef6bf80cec
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
530 B
530 B
iwctl
Control the
iwdnetwork supplicant. More information: https://manned.org/iwctl.
- Run
iwctlin interactive mode:
iwctl
- Display Wi-Fi stations:
iwctl station list
- Look 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}}
- Display help:
iwctl {{[-h|--help]}}