Wifi: Disable Indoor Channel for Peer Network

Bug: 352658713
Test: Regression test, Indoor channel test
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6b74554155f7249df51bc3f2f9dee35718e9af1f)
Merged-In: I586032246a87609b5b9485b307b44f45bc720459
Change-Id: I586032246a87609b5b9485b307b44f45bc720459
This commit is contained in:
Hsiu-Chang Chen 2024-07-15 12:15:09 +08:00 committed by Android Build Coastguard Worker
parent cf21d72750
commit 9ab43a497b

View file

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