You are not logged in.
This is a placeholder, I will fill out the details later.
https://packages.debian.org/buster/iwd
Custom unit file (stolen from Arch Linux):
# /etc/systemd/system/iwd@.service
[Unit]
Description=iNet Wireless Daemon (IWD)
Requires=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device
Before=network.target
Wants=network.target
[Service]
ExecStart=/lib/x86_64-linux-gnu/iwd/iwd -i %I
[Install]
Alias=multi-user.target.wants/iwd@%i.service
Save the file then enable & start the unit:
sudo systemctl enable --now iwd@wlp2s0 # replace "wlp2s0" with the name of the interface
Connect with
iwctl
https://wiki.archlinux.org/index.php/Iwd#iwctl
This should work as a drop-in replacement for wpa_supplicant@.service (tested with systemd-networkd)
Offline