enable IEEE 802.11w (management frame protection, PMF) (rh#909499)

This commit is contained in:
Thomas Haller 2017-03-13 13:08:24 +01:00 committed by Davide Caratti
parent fb7f6658b8
commit 18d8fa3c44
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 <thaller@redhat.com> - 1:2.6-5
- Enable IEEE 802.11w (management frame protection, PMF) (rh#909499)
* Thu Mar 2 2017 Davide Caratti <dcaratti@redhat.com> - 1:2.6-4
- Backport support for IEEE 802.1AE (macsec)