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:
parent
5c395ddd3d
commit
901a3c348c
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue