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/hostapd/android.config b/hostapd/android.config
index 5a24438..49cfe94 100644
--- a/hostapd/android.config
+++ b/hostapd/android.config
@@ -220,3 +220,9 @@
 
 # Enable support of Automatic Channel Selection
 CONFIG_ACS=y
+
+# Easy Connect (Device Provisioning Protocol - DPP)
+CONFIG_DPP=y
+
+# WPA3-Personal (SAE)
+CONFIG_SAE=y