iwd: Increase roam threshold
This commit is contained in:
parent
90ce858a1c
commit
b7d89132c8
2 changed files with 7 additions and 0 deletions
6
etc/iwd/main.conf
Normal file
6
etc/iwd/main.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
[General]
|
||||
# Increase the threshold to allow a worse connection,
|
||||
# preventing early roaming to other access points.
|
||||
# See: https://wiki.archlinux.org/title/Iwd#iwd_keeps_roaming
|
||||
RoamThreshold=-75
|
||||
RoamThreshold5G=-80
|
|
@ -328,6 +328,7 @@ install -Dpm644 "$DIR/etc/systemd/user-service-oomd.conf" /etc/systemd/system/us
|
|||
|
||||
# Services configuration
|
||||
install -Dpm644 "$DIR/etc/networkmanager-mdns.conf" /etc/NetworkManager/conf.d/50-mdns.conf
|
||||
install -Dpm644 "$DIR/etc/iwd/main.conf" /etc/iwd/main.conf
|
||||
install -Dpm644 "$DIR/etc/reflector.conf" /etc/xdg/reflector/reflector.conf
|
||||
install -Dpm644 "$DIR/etc/bluetooth.conf" /etc/bluetooth/main.conf
|
||||
install -Dpm644 "$DIR/etc/snapper-root.conf" /etc/snapper/configs/root
|
||||
|
|
Loading…
Reference in a new issue