softap: Add SAE and SAE transition mode in configuration

Bug: 142752869
Test: atest frameworks/opt/net/wifi/tests/wifitests/
Test: Manual test, fake test code to enable SAE and SAE transition mode,
Client which support SAE will identify SAP enabled in SAE mode.
In transition mode, the non-support SAE client(likes P16 devices) can connect succeed.
But Client which support SAE (likes P18 devices) will fail to connect since current Pixel
driver not support the SAE connection. But SAP beacon show it secured by SAE which P18
will show correct security type (i.e. SAE) in wifi scan list.

Change-Id: I1ba1685b87f423d21a8696678c57834c782e4595
diff --git a/service/res/values/config.xml b/service/res/values/config.xml
index 15dcf0a..e731269 100644
--- a/service/res/values/config.xml
+++ b/service/res/values/config.xml
@@ -161,6 +161,9 @@
     <!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
     <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
 
+    <!-- Wifi driver supports WPA3 Simultaneous Authentication of Equals (WPA3-SAE) for softap -->
+    <bool translatable="false" name="config_wifi_softap_sae_supported">false</bool>
+
     <!-- Channel list restriction to Automatic channel selection (ACS) for softap. If the device
          doesn't want to restrict channels this should be empty. Value is a comma separated channel
          string and/or channel range string like '1-6,11' -->