Merge "Set default value of allowing STA-connected DFS channel as true" into udc-d1-dev am: c4cd2221f8

Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22606872

Change-Id: Iced54c80c12a835d2b61e93e9badb962bb4da458
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-04-14 04:14:36 +00:00 committed by Automerger Merge Worker
commit 4dedfdf7b4

View file

@ -153,6 +153,10 @@
<!-- 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>
<!-- Boolean indicating whether we should enable the STA current connected DFS channel
for SAP, WFD GO, Wi-Fi Aware -->
<bool translatable="false" name="config_wifiEnableStaDfsChannelForPeerNetwork">true</bool>
<!-- Boolean indicating whether the framework updates country from scan results when there is
no telephony country code and driver country code is 00.
This is applied only during the setup wizard -->