From f0fc5fbf861c92bbec21eee4557e53a7824e5b1a Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 22 Jan 2019 09:09:33 +0100 Subject: [PATCH] Enable opportunistic encryption Replaces open authentication in WPA3. --- build-config | 2 +- wpa_supplicant.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-config b/build-config index 972227f..a9288aa 100644 --- a/build-config +++ b/build-config @@ -593,7 +593,7 @@ CONFIG_BGSCAN_SIMPLE=y # Opportunistic Wireless Encryption (OWE) # Experimental implementation of draft-harkins-owe-07.txt -#CONFIG_OWE=y +CONFIG_OWE=y #CONFIG_FIPS=y CONFIG_PEERKEY=y diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 0625818..7ff8f4b 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -173,7 +173,7 @@ chmod -R 0644 %{name}/examples/*.py %changelog * Mon Jan 21 2019 Lubomir Rintel - 1:2.7 -- Enable DPP +- Enable OWE and DPP * Mon Jan 21 2019 Lubomir Rintel - 1:2.7-2 - Enable MESH & SAE