Set default value of allowing STA-connected DFS channel as true

Bug: 272298287
Test: manual test to confirm the feature had been enabled in vendor drv
Change-Id: I89b7ea07eebb29d7dc80b281204cc050153fc3b1
(cherry picked from commit c5dd7497883d8b836f64d45e66d8c0a83b59cc20)
This commit is contained in:
Shuibing Dai 2023-04-07 17:54:06 -07:00 committed by Cyan Hsieh
parent ee1a3d85d5
commit ce629324cf

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