From ec8cb9fc6faaac23ab8a3adcf2599df05772e294 Mon Sep 17 00:00:00 2001 From: Paul Chen Date: Wed, 10 Jul 2024 09:06:42 +0800 Subject: [PATCH] Wifi: Disable config_wifiEnableStaIndoorChannelForPeerNetwork In JP, the device is not allowed to enable hotspot on W52 (5G band 1) outdoors unless the warning statement is present, and the original mechanism would violate regulations when the device connects to AP on W52 and enables the hotspot outdoors. This CL disable config_wifiEnableStaIndoorChannelForPeerNetwork and make sure the device will not enable hotspot on Indoor Channel Bug: 351981809 Test: AU drop/IFS/RvR/CTS/VTS/Manual Test, JP SAP indoor channel test Change-Id: I8598e97b7d614ecc23ad19a86d209192903c4d3b --- rro_overlays/WifiOverlay/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml index 9d1fe50c..b8209682 100644 --- a/rro_overlays/WifiOverlay/res/values/config.xml +++ b/rro_overlays/WifiOverlay/res/values/config.xml @@ -152,7 +152,7 @@ - true + false