mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: wifi: Disable WPA2 -> WPA3 upgrade.
Our device doesn't simply support sae. Change-Id: Ibf8b9e363b4677cf2ab9590cc2ea1ba2341e29ca
This commit is contained in:
parent
9a688f2cc4
commit
f3c463d006
1 changed files with 3 additions and 0 deletions
|
@ -17,4 +17,7 @@
|
|||
capability can provide power savings when wifi needs to be always kept on. -->
|
||||
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
|
||||
|
||||
<!-- Enable WPA2 to WPA3 auto-upgrade -->
|
||||
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue