WLAN-Handover weiter verbessert

This commit is contained in:
Florian Schlegel 2020-08-16 16:04:09 +02:00
parent e0eb5a6cd5
commit d73f91e782
1 changed files with 10 additions and 4 deletions

View File

@ -30,12 +30,18 @@ apt install firmware-linux firmware-iwlwifi firmware-realtek wpasupplicant wirel
* in /etc/network/interfaces
```
# Chaosnetz
# Eventnetz
allow-hotplug wlo2
iface wlo2 inet manual
wpa-ssid "Begehungen Inklusion"
wpa-psk xxxxxxxxxx
up iw wlo2 set power_save off
post-up wpa_cli -i wlo2 set fast_reauth 1
post-up wpa_cli -i wlo2 set ap_scan 1
post-up wpa_cli -i wlo2 set autoscan=periodic:30
post-up wpa_cli -i wlo2 set_network 0 bgscan "\"simple:5:-60:60\""
iface wlo2 inet dhcp
wpa-ssid LiveCam
wpa-psk xxxxxxx
up iw dev wlo2 set power_save off
iface wlo2 inet6 static
address fd63:bb49:f2eb:1337::c1/64