From 13ac3f180277468f1c194908977e9b1db9baafb5 Mon Sep 17 00:00:00 2001 From: Sunil Ravi Date: Thu, 15 Jul 2021 12:26:42 -0700 Subject: [PATCH] WiFi: Enable 6GHz band support set config_wifi6ghzSupport to true to return 6GHz band support for wifiManager.is6GHzBandSupported() call. If this config is not set, framework query the list of valid frequencies for 6GHz band from kernel/nl80211. But this call will return valid frequencies only if country code is set. So it is necessary to set config_wifi6ghzSupport to true to return chipset support for 6GHz for cases where country code is not set. Bug: 193788596 Test: atest android.net.wifi.cts.WifiManagerTest Change-Id: I68700fbed773aeeb53e70e6e6df9b3697f51b0d0 --- rro_overlays/WifiOverlay/res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml index bb594b05..4e5d4bfc 100644 --- a/rro_overlays/WifiOverlay/res/values/config.xml +++ b/rro_overlays/WifiOverlay/res/values/config.xml @@ -21,6 +21,9 @@ true + + true + true