SlackBuilds Repository

15.0 > Network > iwd (3.8)

iwd (iNet Wireless Daemon)

iNet Wireless Daemon (iwd) project aims to provide a comprehensive
Wi-Fi connectivity solution for Linux based devices. The core goal of
the project is to optimize resource utilization: storage, runtime
memory and link-time costs. This is accomplished by not depending on
any external libraries and utilizes features provided by the Linux
kernel to the maximum extent possible. The result is a self-contained
environment that only depends on the Linux kernel and the runtime C
library.

To run iwd on startup, run (as root):
chmod +x /etc/rc.d/rc.iwd
then add this to your /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.iwd ]; then
/etc/rc.d/rc.iwd start
fi

Before running iwd, remove all configuration in /etc/rc.d/rc.inet1.conf
and ensure no other connection daemon is running.
e.g. run `netconfig' and choose "loopback"

iwd's command-line client is started as `iwctl'
An example session:

$ iwctl
[iwd]# station wlan0 scan
[iwd]# station wlan0 get-networks
...
[iwd]# station wlan0 connect <your-network>
[iwd]# exit


(iwd can also be used as a backend for NetworkManager but this is
considered experimental)

Maintained by: Jonny Langley
Keywords: iwd,network,connection,wifi,wpa
ChangeLog: iwd

Homepage:
https://archive.kernel.org/oldwiki/iwd.wiki.kernel.org/

Source Downloads:
iwd-3.8.tar.xz (1dac262f1fae66f41cbc05e986f31492)

Download SlackBuild:
iwd.tar.gz
iwd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
iwd.SlackBuild
iwd.info
main.conf
rc.iwd
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds