iwd 2.3
Internet Wireless Daemon
iwd is a wireless daemon for Linux that aims to replace WPA Supplicant. It optimizes resource utilization by not depending on any external libraries and instead utilizing features provided by the Linux kernel to the maximum extent possible.
- Website: https://git.kernel.org/pub/scm/network/wireless/iwd.git/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
Installation
Install iwd 2.3
as follows:
guix install iwd@2.3
Or install the latest version:
guix install iwd
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.