From: Miaoqing Pan Date: Thu, 11 Dec 2025 06:11:05 +0000 (+0800) Subject: defconfig: Update Opportunistic Wireless Encryption (OWE) state X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39db92dcf301793ce45a8ebf85c425f67c670058;p=thirdparty%2Fhostap.git defconfig: Update Opportunistic Wireless Encryption (OWE) state OWE enhances privacy in public and enterprise environments where open networks are prevalent. Enabling OWE aligns with modern security best practices and supports the testing and development of OWE-capable devices. OWE is now standardized in IEEE Std 802.11-2024 while it was originally specified in IETF RFC 8110 (updated by RFC 9672). It is not experimental anymore, i.e., there has been significant interoperability testing and there are deployed cases. Signed-off-by: Miaoqing Pan --- diff --git a/hostapd/defconfig b/hostapd/defconfig index 7002b3a25..e1fccc814 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -381,8 +381,7 @@ CONFIG_IPV6=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/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 52befd8f1..044604a68 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -638,8 +638,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) (also known as Wi-Fi Easy Connect) CONFIG_DPP=y