diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-08-29 08:23:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-08-29 08:23:13 +0000 |
commit | 2e01b38a4919e293a15e2c1f63bbe9e8999a7bb0 (patch) | |
tree | b445519aa00893bfd35e156ef7408a90ed334ebc /package/hostapd/patches/770-group_key_timeout.patch | |
parent | c85c11ccc52e27a885e9b777486b3f6b19b6bd49 (diff) | |
download | upstream-2e01b38a4919e293a15e2c1f63bbe9e8999a7bb0.tar.gz upstream-2e01b38a4919e293a15e2c1f63bbe9e8999a7bb0.tar.bz2 upstream-2e01b38a4919e293a15e2c1f63bbe9e8999a7bb0.zip |
hostapd: add a patch for ignoring the WPA/WPA2 key type to work around some broken clients (#9561)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28111 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/770-group_key_timeout.patch')
-rw-r--r-- | package/hostapd/patches/770-group_key_timeout.patch | 2 |
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 a41a89bed6..3f0bfc33d3 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; |