mac80211: disable ft-over-ds by default
authorFelix Fietkau <nbd@nbd.name>
Tue, 30 Aug 2022 08:57:26 +0000 (10:57 +0200)
committerFelix Fietkau <nbd@nbd.name>
Tue, 30 Aug 2022 08:58:20 +0000 (10:58 +0200)
Testing has shown it to be very unreliable in variety of configurations.
It is not mandatory, so let's disable it by default until we have a better
solution.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/services/hostapd/files/hostapd.sh

index 00de1e07ec6ece3276de4e079fbbb220a5b51bf8..e3b4b1df91d79f367233a5a99b18b61c5b6a19d6 100644 (file)
@@ -889,7 +889,7 @@ hostapd_set_bss_options() {
                        json_get_vars mobility_domain ft_psk_generate_local ft_over_ds reassociation_deadline
 
                        set_default mobility_domain "$(echo "$ssid" | md5sum | head -c 4)"
-                       set_default ft_over_ds 1
+                       set_default ft_over_ds 0
                        set_default reassociation_deadline 1000
 
                        case "$auth_type" in