sdm660-common: overlay: Add some wifi options support

Took from s62pro
We are using its drivers and a base from it so yeah and sdm660 supports it so yeah

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Immanuel Raj 2022-12-26 20:02:59 +05:30 committed by pix106
parent 5c395ddd3d
commit 901a3c348c

View file

@ -63,4 +63,10 @@
<!-- Enable WPA2 to WPA3 auto-upgrade -->
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
<!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
<bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>
<!-- Wifi driver supports IEEE80211AC for softap -->
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
</resources>