From 890cb816ea7bf7c0ff72defc19561adb28aba02f Mon Sep 17 00:00:00 2001 From: Egor Tsyganchuk Date: Mon, 6 Apr 2026 16:16:14 +0300 Subject: [PATCH] Enable CONFIG_SAE and CONFIG_OWE in wpa_supplicant configuration while disabling CONFIG_DRIVER_WEXT for improved driver compatibility. --- wpa_supplicant/.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wpa_supplicant/.config b/wpa_supplicant/.config index 17836f8..e1ede12 100644 --- a/wpa_supplicant/.config +++ b/wpa_supplicant/.config @@ -26,7 +26,7 @@ # replacement for WEXT and its use allows wpa_supplicant to properly control # the driver to improve existing functionality like roaming and to support new # functionality. -CONFIG_DRIVER_WEXT=y +#CONFIG_DRIVER_WEXT=y # Driver interface for Linux drivers using the nl80211 kernel interface CONFIG_DRIVER_NL80211=y @@ -255,7 +255,7 @@ CONFIG_CTRL_IFACE=y #CONFIG_NO_WPA_PASSPHRASE=y # Simultaneous Authentication of Equals (SAE), WPA3-Personal -#CONFIG_SAE=y +CONFIG_SAE=y # SAE Public Key, WPA3-Personal #CONFIG_SAE_PK=y @@ -639,7 +639,7 @@ CONFIG_BGSCAN_SIMPLE=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