summaryrefslogtreecommitdiff
path: root/package/hostapd/patches/770-group_key_timeout.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-29 08:23:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-08-29 08:23:13 +0000
commitc8b4192518339896799bed399db1591caa355804 (patch)
tree47c9f2772a1a194e0e892735b04771e9dec6d42a /package/hostapd/patches/770-group_key_timeout.patch
parent01baf9084f197ec31a17e57977fb93ad499bed1a (diff)
downloadmtk-20170518-c8b4192518339896799bed399db1591caa355804.zip
mtk-20170518-c8b4192518339896799bed399db1591caa355804.tar.gz
mtk-20170518-c8b4192518339896799bed399db1591caa355804.tar.bz2
hostapd: add a patch for ignoring the WPA/WPA2 key type to work around some broken clients (#9561)
SVN-Revision: 28111
Diffstat (limited to 'package/hostapd/patches/770-group_key_timeout.patch')
-rw-r--r--package/hostapd/patches/770-group_key_timeout.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/patches/770-group_key_timeout.patch b/package/hostapd/patches/770-group_key_timeout.patch
index a41a89b..3f0bfc3 100644
--- a/package/hostapd/patches/770-group_key_timeout.patch
+++ b/package/hostapd/patches/770-group_key_timeout.patch
@@ -1,6 +1,6 @@
--- a/src/ap/wpa_auth.c
+++ b/src/ap/wpa_auth.c
-@@ -1288,7 +1288,7 @@ static void wpa_send_eapol(struct wpa_au
+@@ -1290,7 +1290,7 @@ static void wpa_send_eapol(struct wpa_au
keyidx, encr, 0);
ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr;