Merge "Set default value of allowing STA-connected DFS channel as true" into main

This commit is contained in:
Treehugger Robot 2023-10-25 04:48:50 +00:00 committed by Android (Google) Code Review
commit fba43fcc6a

View file

@ -153,6 +153,11 @@
<!-- 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 -->