From 5731b540614bffaac5f121c5f982a0e917bd5e9c Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Jan 22 2019 12:05:07 +0000 Subject: Enable DPP This replaces WPS with WPA3. --- diff --git a/build-config b/build-config index cbf050d..972227f 100644 --- a/build-config +++ b/build-config @@ -600,3 +600,6 @@ CONFIG_PEERKEY=y # Simultaneous Authentication of Equals (SAE) CONFIG_SAE=y + +# Device Provisioning Protocol (DPP) +CONFIG_DPP=y diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 018d46e..0625818 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -172,6 +172,9 @@ chmod -R 0644 %{name}/examples/*.py %endif %changelog +* Mon Jan 21 2019 Lubomir Rintel - 1:2.7 +- Enable DPP + * Mon Jan 21 2019 Lubomir Rintel - 1:2.7-2 - Enable MESH & SAE