aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-10-17 16:24:14 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2017-10-17 17:24:47 +0300
commit2127425434046ae2b9f02fdbbdd37cac447af19c (patch)
tree42a9dd2c4849880163babcfabd5f1593625a3548 /package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch
parent3db529d5ccdd5d8cec96d1e0f64583a1c9449a82 (diff)
downloadupstream-2127425434046ae2b9f02fdbbdd37cac447af19c.tar.gz
upstream-2127425434046ae2b9f02fdbbdd37cac447af19c.tar.bz2
upstream-2127425434046ae2b9f02fdbbdd37cac447af19c.zip
hostapd: backport extra changes related to KRACK
While these changes are not included in the advisory, upstream encourages users to merge them. See http://lists.infradead.org/pipermail/hostap/2017-October/037989.html Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch')
-rw-r--r--package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch b/package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch
index bdbae9b48e..8f7a6879ca 100644
--- a/package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch
+++ b/package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch
@@ -1,6 +1,6 @@
--- a/src/common/wpa_common.c
+++ b/src/common/wpa_common.c
-@@ -1664,6 +1664,31 @@ u32 wpa_akm_to_suite(int akm)
+@@ -1675,6 +1675,31 @@ u32 wpa_akm_to_suite(int akm)
}
@@ -32,7 +32,7 @@
int wpa_compare_rsn_ie(int ft_initial_assoc,
const u8 *ie1, size_t ie1len,
const u8 *ie2, size_t ie2len)
-@@ -1671,8 +1696,19 @@ int wpa_compare_rsn_ie(int ft_initial_as
+@@ -1682,8 +1707,19 @@ int wpa_compare_rsn_ie(int ft_initial_as
if (ie1 == NULL || ie2 == NULL)
return -1;