diff options
author | John Klug <john.klug@multitech.com> | 2017-10-31 17:16:19 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-11-10 09:20:12 -0600 |
commit | 9c48e7fe07b3e78a909da087b4fcc23cde554554 (patch) | |
tree | 1cd8b5104f51195d781f2555673b799291889188 /recipes-connectivity/hostapd/hostap-daemon.inc | |
parent | bc4927eb174791fcaba12f4ec940e2c44a69afc0 (diff) | |
download | meta-mlinux-9c48e7fe07b3e78a909da087b4fcc23cde554554.tar.gz meta-mlinux-9c48e7fe07b3e78a909da087b4fcc23cde554554.tar.bz2 meta-mlinux-9c48e7fe07b3e78a909da087b4fcc23cde554554.zip |
KRACK vulnerability patches for hostapd and wpa_supplicant
Diffstat (limited to 'recipes-connectivity/hostapd/hostap-daemon.inc')
-rw-r--r-- | recipes-connectivity/hostapd/hostap-daemon.inc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/recipes-connectivity/hostapd/hostap-daemon.inc b/recipes-connectivity/hostapd/hostap-daemon.inc index 4f8ae21..23e71f6 100644 --- a/recipes-connectivity/hostapd/hostap-daemon.inc +++ b/recipes-connectivity/hostapd/hostap-daemon.inc @@ -1,4 +1,15 @@ -SRC_URI += " file://cfg80211.conf" + + +# -p option is striplevel +SRC_URI += " file://cfg80211.conf \ + file://rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch;patchdir=.. \ + file://rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch;patchdir=.. \ + file://rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch;patchdir=.. \ + file://rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch;patchdir=.. \ + file://rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch;patchdir=.. \ + file://rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch;patchdir=.. \ + file://rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch;patchdir=.. \ + " do_install() { install -d ${D}${sbindir} ${D}${sysconfdir}/init.d |