iwd aims to replace wpa_supplicant in future and heavily uses kernel features
sudo pacman -S iwd
sudo systemctl enable iwd
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved
sudo systemctl start
iwd
iwctl
[iwd] help
device list
station device scan
station device get-networks
station device connect SSID
enable built in dhcp
/etc/iwd/main.conf
[General]
EnableNetworkConfiguration=true
Comments
Post a Comment