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

Bug: 265987068
Test: manual test to confirm the feature had been enabled in vendor drv
Change-Id: I7f031e42e85e61649245fba288234f48cdedc1e9
This commit is contained in:
Shuibing Dai 2023-02-03 18:11:47 -08:00
parent 5c46cf01a1
commit 4b5676a080

View file

@ -148,4 +148,8 @@
<!-- Boolean indicating whether DTIM multiplier configuration is enabled. DTIM multiplier value
is when the system is in the suspended mode -->
<bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool>
<!-- 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>
</resources>