til/Applications/System/iwd.md

29 lines
500 B
Markdown
Raw Normal View History

2020-11-24 03:32:09 +00:00
# [iwd](https://git.kernel.org/pub/scm/network/wireless/iwd.git/)
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `iwd` |
2020-12-01 16:10:02 +00:00
| Ubuntu | `iwd` |
2020-11-24 03:32:09 +00:00
2021-04-02 10:42:25 +00:00
Service: `iwd.service`
After run `iwctl`:
2020-11-24 03:32:09 +00:00
```sh
device list
# Change device to real device
station {device} scan
station {device} get-networks
# Change SSID to real SSID
station {device} connect {SSID}
```
To use NetworkManager, edit `/etc/NetworkManager/conf.d/wifi_backend.conf`
```txt
[device]
wifi.backend=iwd
```