0x4248 wiki

A collection of guides and tutorials for various topics that I have written.

View the Project on GitHub 0x4248/wiki

View all pages

View homepage

iwd

iwd is a wireless daemon for Linux.

Installation

You can install iwd using your distribution’s package manager.

Debian/Ubuntu

sudo apt install iwd

Fedora

sudo dnf install iwd

Arch Linux

sudo pacman -S iwd

Usage

iwd comes with a command-line utility called iwctl that you can use to manage your wireless connections.

iwctl

To start iwctl, run the following command:

iwctl

Connecting to a network

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.

Disconnecting from a network

station <device> disconnect