Fix disabling OWE, SAE, SUITEB

FP3 is not certified for those feature sets. Disable them in
wpa_supplicant and hostapd; rather than commenting the config lines,
explicity set them to "n".

Issue: FP3-A11#133
Issue: FP3-A11#226
Change-Id: If01d9e571a25855eb1031ccdaf7bf46774ade265
diff --git a/hostapd/android.config b/hostapd/android.config
index 858af2c..070cd7a 100644
--- a/hostapd/android.config
+++ b/hostapd/android.config
@@ -197,7 +197,7 @@
 
 # Opportunistic Wireless Encryption (OWE)
 # Experimental implementation of draft-harkins-owe-07.txt
-CONFIG_OWE=y
+CONFIG_OWE=n
 
 # WLAN Authentication and Privacy Infrastructure (WAPI): interface only.
 # Configure the building of the interface which allows WAPI configuration.
@@ -222,7 +222,7 @@
 CONFIG_DPP=y
 
 # WPA3-Personal (SAE)
-CONFIG_SAE=y
+CONFIG_SAE=n
 
 # Wired equivalent privacy (WEP)
 # WEP is an obsolete cryptographic data confidentiality algorithm that is not
diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config
index 6de6abd..73abe3d 100644
--- a/wpa_supplicant/android.config
+++ b/wpa_supplicant/android.config
@@ -537,19 +537,19 @@
 #CONFIG_BGSCAN_LEARN=y
 
 # Opportunistic Wireless Encryption (OWE)
-#CONFIG_OWE=y
+CONFIG_OWE=n
 
 # Easy Connect (Device Provisioning Protocol - DPP R1)
 CONFIG_DPP=y
 
 # WPA3-Personal (SAE)
-#CONFIG_SAE=y
+CONFIG_SAE=n
 
 #SuiteB
-#CONFIG_SUITEB=y
+CONFIG_SUITEB=n
 # WPA3-Enterprise (SuiteB-192)
-#CONFIG_SUITEB=y
-#CONFIG_SUITEB192=y
+CONFIG_SUITEB=n
+CONFIG_SUITEB192=n
 
 # WLAN Authentication and Privacy Infrastructure (WAPI): interface only.
 # Configure the building of the interface which allows WAPI configuration.