A collection of guides and tutorials for various topics that I have written.
iwd is a wireless daemon for Linux.
You can install iwd
using your distribution’s package manager.
sudo apt install iwd
sudo dnf install iwd
sudo pacman -S iwd
iwd
comes with a command-line utility called iwctl
that you can use to manage your wireless connections.
To start iwctl
, run the following command:
iwctl
List all available devices:
[iwd]# device list
Connect to a network:
station <device> scan
station <device> get-networks
station <device> connect <SSID>
If a password is required, you will be prompted to enter it.
station <device> disconnect