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

This commit is contained in:
Treehugger Robot 2023-04-14 03:34:26 +00:00 committed by Android (Google) Code Review
commit c4cd2221f8

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 -->