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

Bug: 307193126
Test: manual test to confirm the feature had been enabled in vendor drv
Change-Id: I8aa404246d1ea036175a69003ee3734cd1196e1b
This commit is contained in:
normanwhl 2023-10-23 06:35:21 +00:00
parent ccb4290e0a
commit b1a9e2f211

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