From 18d8fa3c44ceeb255c1e9e8e713b3d6f9e7ebb4f Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 13 Mar 2017 13:08:24 +0100 Subject: [PATCH] enable IEEE 802.11w (management frame protection, PMF) (rh#909499) --- build-config | 1 + wpa_supplicant.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build-config b/build-config index 9e07da0..ba650e1 100644 --- a/build-config +++ b/build-config @@ -37,5 +37,6 @@ CONFIG_AP=y CONFIG_P2P=y CONFIG_IBSS_RSN=y CONFIG_IEEE80211N=y +CONFIG_IEEE80211W=y CONFIG_WIFI_DISPLAY=y CONFIG_MACSEC=y diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index f2fcbfd..3fdfb92 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -7,7 +7,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant Epoch: 1 Version: 2.6 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: System Environment/Base Source0: http://w1.fi/releases/%{name}-%{version}%{rcver}%{snapshot}.tar.gz @@ -258,6 +258,9 @@ chmod -R 0644 %{name}/examples/*.py %endif %changelog +* Mon Mar 13 2017 Thomas Haller - 1:2.6-5 +- Enable IEEE 802.11w (management frame protection, PMF) (rh#909499) + * Thu Mar 2 2017 Davide Caratti - 1:2.6-4 - Backport support for IEEE 802.1AE (macsec)