2023-01-06 14:11:59 +01:00
|
|
|
iwd network configuration lives in this directory
|
|
|
|
|
|
|
|
See also `../../../etc/iwd/main.conf` especially in standalone iwd without
|
2023-01-15 13:55:50 +01:00
|
|
|
NetworkManager.
|
|
|
|
|
|
|
|
Notes:
|
|
|
|
|
2023-02-21 16:54:39 +01:00
|
|
|
- `git commit`ing the same SSID with different capitalisations breaks
|
2023-02-21 18:33:31 +01:00
|
|
|
Windows and more common macOS setups due to their filesystems being
|
|
|
|
case-insensitive.
|
2023-02-21 16:54:39 +01:00
|
|
|
- `Settings.AutoConnect=true` is unnecessary as it defaults to true
|
2023-02-21 18:33:31 +01:00
|
|
|
according to `man iwd.network`.
|
2023-02-21 16:54:39 +01:00
|
|
|
- `IPv6.Enabled=true` defauls to true being also unnecessary.
|
|
|
|
- `private-home-sample.psk` has a comment on MAC address override and sends
|
2023-02-21 18:33:31 +01:00
|
|
|
hostname with IPv4 DHCP. `private-cafe-sample.psk` always randomizes MAC
|
|
|
|
address and doesn't send hostname.
|
2023-02-21 16:54:39 +01:00
|
|
|
- The `.open` networks always randomize MAC address too. If a network is
|
2023-02-21 18:33:31 +01:00
|
|
|
private and needs MAC address for captive portal override or something,
|
|
|
|
`private-home-sample.psk` should be adjusted from.
|