rosemary: WifiOverlay: Drop WPA3-SAE support

* Hotspot is broken with WPA3

Change-Id: I8ec0f8ddde6a995b346479cf37848560d3990c1f
This commit is contained in:
Matsvei Niaverau
2023-04-23 19:19:43 +02:00
parent 9775d2f5c3
commit 69e0351b8c

View File

@@ -49,9 +49,6 @@
<!-- Wifi driver supports IEEE80211AC for softap -->
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
<!-- Wifi driver supports WPA3 Simultaneous Authentication of Equals (WPA3-SAE) for softap -->
<bool translatable="false" name="config_wifi_softap_sae_supported">true</bool>
<!-- integer indicating additional disconnect delay (in ms) after IMS onLost() indication is received -->
<integer name="config_wifiDelayDisconnectOnImsLostMs">1500</integer>