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
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ec8cb9fc6faaac23ab8a3adcf2599df05772e294)
Merged-In: I8598e97b7d614ecc23ad19a86d209192903c4d3b
Change-Id: I8598e97b7d614ecc23ad19a86d209192903c4d3b
This commit is contained in:
Paul Chen 2024-07-10 09:06:42 +08:00 committed by Android Build Coastguard Worker
parent 18c351308b
commit ecd3e9a3e4

View file

@ -152,7 +152,7 @@
<!-- Boolean indicating whether we should enable the STA current connected indoor channel
for SAP, WFD GO, Wi-Fi Aware -->
<bool translatable="false" name="config_wifiEnableStaIndoorChannelForPeerNetwork">true</bool>
<bool translatable="false" name="config_wifiEnableStaIndoorChannelForPeerNetwork">false</bool>
<!-- Boolean indicating whether we should enable the STA current connected DFS channel
for SAP, WFD GO, Wi-Fi Aware -->