sdm660-common: WifiOverlay: Disable WPA2 -> WPA3 upgrade.
Our device doesn't simply support sae. Change-Id: Ibf8b9e363b4677cf2ab9590cc2ea1ba2341e29ca Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
f13ea08789
commit
e5495bf881
1 changed files with 3 additions and 0 deletions
|
@ -75,4 +75,7 @@
|
||||||
|
|
||||||
<!-- Indicate the device support request channel on Wi-Fi Aware data-path. -->
|
<!-- Indicate the device support request channel on Wi-Fi Aware data-path. -->
|
||||||
<bool name="config_wifiSupportChannelOnDataPath">true</bool>
|
<bool name="config_wifiSupportChannelOnDataPath">true</bool>
|
||||||
|
|
||||||
|
<!-- Enable WPA2 to WPA3 auto-upgrade -->
|
||||||
|
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue