diff --git a/build-config b/build-config index 54893b9..cbf050d 100644 --- a/build-config +++ b/build-config @@ -579,7 +579,7 @@ CONFIG_IBSS_RSN=y #CONFIG_PMKSA_CACHE_EXTERNAL=y # Mesh Networking (IEEE 802.11s) -#CONFIG_MESH=y +CONFIG_MESH=y # Background scanning modules # These can be used to request wpa_supplicant to perform background scanning @@ -597,3 +597,6 @@ CONFIG_BGSCAN_SIMPLE=y #CONFIG_FIPS=y CONFIG_PEERKEY=y + +# Simultaneous Authentication of Equals (SAE) +CONFIG_SAE=y diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index f694e50..018d46e 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.7 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Base Source0: http://w1.fi/releases/%{name}-%{version}%{rcver}%{snapshot}.tar.gz @@ -172,6 +172,9 @@ chmod -R 0644 %{name}/examples/*.py %endif %changelog +* Mon Jan 21 2019 Lubomir Rintel - 1:2.7-2 +- Enable MESH & SAE + * Tue Dec 18 2018 Lubomir Rintel - 1:2.7-1 - Update to 2.7 upstream release