From d73f91e782f11e797d813d37686f8ee29a45844a Mon Sep 17 00:00:00 2001 From: Florian Schlegel Date: Sun, 16 Aug 2020 16:04:09 +0200 Subject: [PATCH] WLAN-Handover weiter verbessert --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24c064f..d6a2724 100644 --- a/README.md +++ b/README.md @@ -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