From 912946d115923323953536452322d98b04a2fdf0 Mon Sep 17 00:00:00 2001 From: Patrick Walther Date: Fri, 22 Jan 2021 19:57:31 +0100 Subject: [PATCH] FIX: [hostapd] enable Opportunistic Wireless Encryption (OWE) FIX: [wpa_supplicant] enable Opportunistic Wireless Encryption (OWE) BugzId: 60661 --- recipes-connectivity/hostapd/files/hostapd-full.config | 3 +-- recipes-connectivity/hostapd/files/wpa_supplicant-full.config | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-connectivity/hostapd/files/hostapd-full.config b/recipes-connectivity/hostapd/files/hostapd-full.config index 058ad20..45345c9 100644 --- a/recipes-connectivity/hostapd/files/hostapd-full.config +++ b/recipes-connectivity/hostapd/files/hostapd-full.config @@ -386,8 +386,7 @@ CONFIG_ACS=y #CONFIG_WPA_CLI_EDIT=y # Opportunistic Wireless Encryption (OWE) -# Experimental implementation of draft-harkins-owe-07.txt -#CONFIG_OWE=y +CONFIG_OWE=y # Airtime policy support #CONFIG_AIRTIME_POLICY=y diff --git a/recipes-connectivity/hostapd/files/wpa_supplicant-full.config b/recipes-connectivity/hostapd/files/wpa_supplicant-full.config index 9e3dfc9..0a55e55 100644 --- a/recipes-connectivity/hostapd/files/wpa_supplicant-full.config +++ b/recipes-connectivity/hostapd/files/wpa_supplicant-full.config @@ -618,8 +618,7 @@ CONFIG_BGSCAN_SIMPLE=y #CONFIG_BGSCAN_LEARN=y # Opportunistic Wireless Encryption (OWE) -# Experimental implementation of draft-harkins-owe-07.txt -#CONFIG_OWE=y +CONFIG_OWE=y # Device Provisioning Protocol (DPP) # This requires CONFIG_IEEE80211W=y to be enabled, too. (see