msm8974-common: wifi: Move wifi related overlays to new location

[haggertk: As part of this move, I'm consolidating common values from
 {h,k}lte-common to msm8974-common.]

Original-Change-Id: I747d0242422b753f4e3007ce6c4bf7f124c52c5e
Change-Id: I516b5a3b34747bd7a9efb93eacb8b597da513d54
This commit is contained in:
Roshan Pius 2019-11-01 06:03:26 -07:00 committed by Kevin F. Haggerty
parent 1e39b786ec
commit 9c68181e98
No known key found for this signature in database
GPG key ID: 6D95512933112729

View file

@ -17,4 +17,10 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Indicates that AP mode MAC randomization is supported on this device --> <!-- Indicates that AP mode MAC randomization is supported on this device -->
<bool translatable="false" name="config_wifi_ap_mac_randomization_supported">false</bool> <bool translatable="false" name="config_wifi_ap_mac_randomization_supported">false</bool>
<!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support -->
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
<!-- Boolean indicating whether the wifi chipset has background scan support -->
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
</resources> </resources>