Enable MESH & SAE

This commit is contained in:
Lubomir Rintel 2019-01-21 16:00:34 +01:00
parent 522250ddd7
commit 966d547f69
2 changed files with 8 additions and 2 deletions

View File

@ -579,7 +579,7 @@ CONFIG_IBSS_RSN=y
#CONFIG_PMKSA_CACHE_EXTERNAL=y #CONFIG_PMKSA_CACHE_EXTERNAL=y
# Mesh Networking (IEEE 802.11s) # Mesh Networking (IEEE 802.11s)
#CONFIG_MESH=y CONFIG_MESH=y
# Background scanning modules # Background scanning modules
# These can be used to request wpa_supplicant to perform background scanning # These can be used to request wpa_supplicant to perform background scanning
@ -597,3 +597,6 @@ CONFIG_BGSCAN_SIMPLE=y
#CONFIG_FIPS=y #CONFIG_FIPS=y
CONFIG_PEERKEY=y CONFIG_PEERKEY=y
# Simultaneous Authentication of Equals (SAE)
CONFIG_SAE=y

View File

@ -7,7 +7,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
Name: wpa_supplicant Name: wpa_supplicant
Epoch: 1 Epoch: 1
Version: 2.7 Version: 2.7
Release: 1%{?dist} Release: 2%{?dist}
License: BSD License: BSD
Group: System Environment/Base Group: System Environment/Base
Source0: http://w1.fi/releases/%{name}-%{version}%{rcver}%{snapshot}.tar.gz Source0: http://w1.fi/releases/%{name}-%{version}%{rcver}%{snapshot}.tar.gz
@ -172,6 +172,9 @@ chmod -R 0644 %{name}/examples/*.py
%endif %endif
%changelog %changelog
* Mon Jan 21 2019 Lubomir Rintel <lkundrak@v3.sk> - 1:2.7-2
- Enable MESH & SAE
* Tue Dec 18 2018 Lubomir Rintel <lkundrak@v3.sk> - 1:2.7-1 * Tue Dec 18 2018 Lubomir Rintel <lkundrak@v3.sk> - 1:2.7-1
- Update to 2.7 upstream release - Update to 2.7 upstream release