projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dced5f2
)
mac80211: disable ft-over-ds by default
author
Felix Fietkau
<
[email protected]
>
Tue, 30 Aug 2022 08:57:26 +0000
(10:57 +0200)
committer
Felix Fietkau
<
[email protected]
>
Tue, 30 Aug 2022 08:59:51 +0000
(10:59 +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 <
[email protected]
>
(cherry-picked from commit
2984a0420649733662ff95b0aff720b8c2c19f8a
)
package/network/services/hostapd/files/hostapd.sh
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/files/hostapd.sh
b/package/network/services/hostapd/files/hostapd.sh
index f7bb7164cd48181db1dee238bf6d5898e02877f5..3f24fd5e448414e990f77cf5e07f9c091981309d 100644
(file)
--- 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