[openwrt/openwrt] mac80211: disable ft-over-ds by default
LEDE Commits
lede-commits at lists.infradead.org
Tue Aug 30 02:01:48 PDT 2022
nbd pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/cb6501435c3136c296e3477bc7f3b043e2a83a47
commit cb6501435c3136c296e3477bc7f3b043e2a83a47
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Aug 30 10:57:26 2022 +0200
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 at nbd.name>
(cherry-picked from commit 2984a0420649733662ff95b0aff720b8c2c19f8a)
---
package/network/services/hostapd/files/hostapd.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh
index e47ae46f98..3c08d55c5d 100644
--- a/package/network/services/hostapd/files/hostapd.sh
+++ b/package/network/services/hostapd/files/hostapd.sh
@@ -798,7 +798,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
More information about the lede-commits
mailing list