wpa_supplicant_8: Enable DPP, SAE and OWE options

Enable DPP, SAE and OWE options in wpa_supplicant.
Enable DPP and SAE in hostapd.

Bug: 114238624
Test: Associate with an Open network and run traffic
Test: Associate with a WPA2 network and run traffic
Test: Enable SAP with WPA2, associate with another phone and run traffic

Change-Id: Ifbb0b7a85b1feefcadce1cd15310d01179d7666f
diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config
index 84c33aa..d269ac7 100644
--- a/wpa_supplicant/android.config
+++ b/wpa_supplicant/android.config
@@ -543,6 +543,12 @@
 
 # Opportunistic Wireless Encryption (OWE)
 # Experimental implementation of draft-harkins-owe-07.txt
-#CONFIG_OWE=y
+CONFIG_OWE=y
+
+# Easy Connect (Device Provisioning Protocol - DPP)
+CONFIG_DPP=y
+
+# WPA3-Personal (SAE)
+CONFIG_SAE=y
 
 include $(wildcard $(LOCAL_PATH)/android_config_*.inc)