From bbda81ce3077dfade2a43a39f772cfec2e82a9a5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 16 Oct 2017 11:39:23 +0200 Subject: hostapd: merge fixes for WPA packet number reuse with replayed messages and key reinstallation Fixes: - CERT case ID: VU#228519 - CVE-2017-13077 - CVE-2017-13078 - CVE-2017-13079 - CVE-2017-13080 - CVE-2017-13081 - CVE-2017-13082 - CVE-2017-13086 - CVE-2017-13087 - CVE-2017-13088 For more information see: https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt Signed-off-by: Felix Fietkau --- package/network/services/hostapd/patches/370-ap_sta_support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/hostapd/patches/370-ap_sta_support.patch') diff --git a/package/network/services/hostapd/patches/370-ap_sta_support.patch b/package/network/services/hostapd/patches/370-ap_sta_support.patch index ea31371235..a37b193b6b 100644 --- a/package/network/services/hostapd/patches/370-ap_sta_support.patch +++ b/package/network/services/hostapd/patches/370-ap_sta_support.patch @@ -47,7 +47,7 @@ +++ b/wpa_supplicant/wpa_supplicant.c @@ -118,6 +118,55 @@ const char *const wpa_supplicant_full_li static void wpa_bss_tmp_disallow_timeout(void *eloop_ctx, void *timeout_ctx); - + +static int hostapd_stop(struct wpa_supplicant *wpa_s) +{ -- cgit v1.2.3