aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-03-09 21:33:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-03-09 21:33:24 +0000
commit5c02f218bef31f197fc60b5aa0d2aab1e72c8557 (patch)
tree5c4c79c4cc8a0e5a7d10add3b2b60d5b08875196 /package/hostapd
parent8b9afa6f75bad52bf16f03768fd13224dded36d0 (diff)
downloadupstream-5c02f218bef31f197fc60b5aa0d2aab1e72c8557.tar.gz
upstream-5c02f218bef31f197fc60b5aa0d2aab1e72c8557.tar.bz2
upstream-5c02f218bef31f197fc60b5aa0d2aab1e72c8557.zip
hostapd: restore wds sta state after the sta reassociates
SVN-Revision: 20108
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/patches/350-wds_fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/hostapd/patches/350-wds_fix.patch b/package/hostapd/patches/350-wds_fix.patch
index a292dddaa2..57bbafb88a 100644
--- a/package/hostapd/patches/350-wds_fix.patch
+++ b/package/hostapd/patches/350-wds_fix.patch
@@ -14,3 +14,15 @@
linux_set_iface_flags(drv->ioctl_sock, name, 1);
return i802_set_sta_vlan(priv, addr, name, 0);
} else {
+--- a/src/ap/ieee802_11.c
++++ b/src/ap/ieee802_11.c
+@@ -1559,6 +1559,9 @@ static void handle_assoc_cb(struct hosta
+ "Could not add STA to kernel driver");
+ }
+
++ if (sta->flags & WLAN_STA_WDS)
++ hapd->drv.set_wds_sta(hapd, sta->addr, sta->aid, 1);
++
+ if (sta->eapol_sm == NULL) {
+ /*
+ * This STA does not use RADIUS server for EAP authentication,