aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/430-hostapd_cli_ifdef.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-10-16 11:39:23 +0200
committerFelix Fietkau <nbd@nbd.name>2017-10-16 12:01:57 +0200
commitbbda81ce3077dfade2a43a39f772cfec2e82a9a5 (patch)
tree85d3ecb10669b2829220c0c2f134e80094bd837e /package/network/services/hostapd/patches/430-hostapd_cli_ifdef.patch
parent0d5c1d7f238cd5aca207268950edc70ed6cf0a05 (diff)
downloadupstream-bbda81ce3077dfade2a43a39f772cfec2e82a9a5.tar.gz
upstream-bbda81ce3077dfade2a43a39f772cfec2e82a9a5.tar.bz2
upstream-bbda81ce3077dfade2a43a39f772cfec2e82a9a5.zip
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 <nbd@nbd.name>
Diffstat (limited to 'package/network/services/hostapd/patches/430-hostapd_cli_ifdef.patch')
-rw-r--r--package/network/services/hostapd/patches/430-hostapd_cli_ifdef.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/hostapd/patches/430-hostapd_cli_ifdef.patch b/package/network/services/hostapd/patches/430-hostapd_cli_ifdef.patch
index 2c77548efd..32cab7ff62 100644
--- a/package/network/services/hostapd/patches/430-hostapd_cli_ifdef.patch
+++ b/package/network/services/hostapd/patches/430-hostapd_cli_ifdef.patch
@@ -17,7 +17,7 @@
static int hostapd_cli_cmd_disassoc_imminent(struct wpa_ctrl *ctrl, int argc,
@@ -1476,7 +1474,6 @@ static const struct hostapd_cli_cmd host
- { "sa_query", hostapd_cli_cmd_sa_query, hostapd_complete_stations,
+ { "sa_query", hostapd_cli_cmd_sa_query, hostapd_complete_stations,
"<addr> = send SA Query to a station" },
#endif /* CONFIG_IEEE80211W */
-#ifdef CONFIG_WPS
@@ -29,6 +29,6 @@
{ "wps_get_status", hostapd_cli_cmd_wps_get_status, NULL,
"= show current WPS status" },
-#endif /* CONFIG_WPS */
- { "disassoc_imminent", hostapd_cli_cmd_disassoc_imminent, NULL,
- "= send Disassociation Imminent notification" },
- { "ess_disassoc", hostapd_cli_cmd_ess_disassoc, NULL,
+ { "disassoc_imminent", hostapd_cli_cmd_disassoc_imminent, NULL,
+ "= send Disassociation Imminent notification" },
+ { "ess_disassoc", hostapd_cli_cmd_ess_disassoc, NULL,