diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-01-24 01:49:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-01-24 01:49:23 +0000 |
commit | 53c6db5ab43194c89cc7fe2d03dbd630c39bcfda (patch) | |
tree | ac95f43ca393bda15b6733484b69c099a2f358cf /package/hostapd/patches/740-group_key_timeout.patch | |
parent | 9cf1d4e06e836d0a6270bb70f6aee5ba5c607f18 (diff) | |
download | upstream-53c6db5ab43194c89cc7fe2d03dbd630c39bcfda.tar.gz upstream-53c6db5ab43194c89cc7fe2d03dbd630c39bcfda.tar.bz2 upstream-53c6db5ab43194c89cc7fe2d03dbd630c39bcfda.zip |
hostapd: merge an upstream workaround for broken clients sending the wrong wpa type (should fix #9561)
SVN-Revision: 29876
Diffstat (limited to 'package/hostapd/patches/740-group_key_timeout.patch')
-rw-r--r-- | package/hostapd/patches/740-group_key_timeout.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/patches/740-group_key_timeout.patch b/package/hostapd/patches/740-group_key_timeout.patch index 694b0661fb..c1493952cd 100644 --- a/package/hostapd/patches/740-group_key_timeout.patch +++ b/package/hostapd/patches/740-group_key_timeout.patch @@ -1,6 +1,6 @@ --- a/src/ap/wpa_auth.c +++ b/src/ap/wpa_auth.c -@@ -1330,7 +1330,7 @@ static void wpa_send_eapol(struct wpa_au +@@ -1337,7 +1337,7 @@ static void wpa_send_eapol(struct wpa_au keyidx, encr, 0); ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr; |