Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b4bf868 authored by Chuwei Xu's avatar Chuwei Xu Committed by chuwei xu
Browse files

WIFI cannot be automatically connected

Legacy architectures and the ones with antenna sharing design operate with
single chain and thus would need the scan results with single radio
chain. Thus, set this configuration to TRUE

Bug: 123730925
Test: run cts-on-gsi -m CtsNetTestCases

Change-Id: I524269584588fce241d5a3a7abc6bb90e93ed507
parent 7c447498
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@
    <bool translatable="false" name="config_wifi_framework_enable_associated_network_selection">true</bool>

    <!-- Boolean indicating whether single radio chain scan results are to be used for network selection -->
    <bool translatable="false" name="config_wifi_framework_use_single_radio_chain_scan_results_network_selection">false</bool>
    <bool translatable="false" name="config_wifi_framework_use_single_radio_chain_scan_results_network_selection">true</bool>

    <!-- Boolean indicating that wifi only link configuratios that have exact same credentials (i.e PSK) -->
    <bool translatable="false" name="config_wifi_only_link_same_credential_configurations">true</bool>