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:
parent
1e39b786ec
commit
9c68181e98
1 changed files with 6 additions and 0 deletions
|
@ -17,4 +17,10 @@
|
|||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Indicates that AP mode MAC randomization is supported on this device -->
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue