Iwd

From wikinotes
Revision as of 04:00, 6 March 2022 by Will (talk | contribs) (Created page with "Manages network interfaces and connections. = Install = <blockquote> <syntaxhighlight lang="bash"> pacman -S iwd </syntaxhighlight> <syntaxhighlight lang="bash"> # arch syst...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Manages network interfaces and connections.

Install

pacman -S iwd
# arch
systemctl enable iwd
systemctl start iwd

Usage

device list
station wlan0 scan
station wlan0 get-networks
station wlan0 connect ${SSID}