summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2022-08-30 10:57:26 +0200
committerFelix Fietkau <nbd@nbd.name>2022-08-30 10:59:51 +0200
commit0588b124e493802ef0cbbde0139d229aedf15c09 (patch)
treeb9b3a7a48dc7b393094fafb8a1dfc90bbe109835
parentdced5f2c954060689422d79f3c64a997227ca8f4 (diff)
downloadopenwrt-0588b124e493802ef0cbbde0139d229aedf15c09.tar.gz
mac80211: disable ft-over-ds by default
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> (cherry-picked from commit 2984a0420649733662ff95b0aff720b8c2c19f8a)
-rw-r--r--package/network/services/hostapd/files/hostapd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh
index f7bb7164cd..3f24fd5e44 100644
--- a/package/network/services/hostapd/files/hostapd.sh
+++ b/package/network/services/hostapd/files/hostapd.sh
@@ -855,7 +855,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