dotfiles/distros/iwd/iwd.md

17 lines
395 B
Markdown
Raw Normal View History

2020-03-22 22:56:33 -05:00
# Setting up IWD
2020-04-21 02:14:29 -05:00
IWD is a very quick and overall simple wi-fi daemon, and a replacement for
wpa_supplicant.
2020-03-22 22:56:33 -05:00
2020-04-21 02:14:29 -05:00
Connection files go in `/var/lib/iwd`, and I chose to store certs in
`/etc/certs`.
2020-03-22 22:56:33 -05:00
2020-04-21 02:14:29 -05:00
The connection file for eduroam is stored here because it's the most complicated
one, otherwise running
2020-03-22 22:56:33 -05:00
```
iwctl station wlan0 connect NetworkName
```
will give you a password prompt and is enough.