From 84c4eeb9019b25ea4bb0c18a15625f242256f13e Mon Sep 17 00:00:00 2001 From: Isaac Chiou Date: Fri, 12 Jul 2024 08:01:12 +0000 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: Ib5bf4c59edd3ea802b850372e709598e64ab54ae --- 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 96d623a..bbec9df 100644 --- a/rro_overlays/WifiOverlay/res/values/config.xml +++ b/rro_overlays/WifiOverlay/res/values/config.xml @@ -153,7 +153,7 @@ - true + false