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

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

Change-Id: Idb04907368fd18fa25ed5f67c639690e18c85950
This commit is contained in:
Sunil Ravi 2021-07-16 19:59:32 +00:00 committed by Automerger Merge Worker
commit 3b5bd15319

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>