sdm660-common: overlay: Add proper support for 5GHz hotspot

This commit is contained in:
Martin 2021-04-04 14:31:46 +02:00 committed by OdSazib
parent a4f0adc11d
commit ba969f035b
No known key found for this signature in database
GPG key ID: B678DBD07079B021

View file

@ -1148,4 +1148,9 @@
specified name exists on the device, autofill will be disabled by default. -->
<string name="config_defaultAutofillService" translatable="false">com.google.android.gms/.autofill.service.AutofillService</string>
<!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
<bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
<!-- Enable 802.11ac for Wifi hotspot (SAP) -->
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
</resources>