WiFi: Enable 6GHz band support am: d7fe6e69ea am: aa3b515bca

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15302834

Change-Id: I9aabc9fdef245255daf6900aa89b970eea7fef42
This commit is contained in:
Sunil Ravi 2021-07-16 19:35:06 +00:00 committed by Automerger Merge Worker
commit 98ba369ea6

View file

@ -21,6 +21,9 @@
<!-- 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 6GHz band support -->
<bool translatable="false" name ="config_wifi6ghzSupport">true</bool>
<!-- Boolean indicating whether 802.11r Fast BSS Transition is enabled on this platform -->
<bool translatable="false" name="config_wifi_fast_bss_transition_enabled">true</bool>