OSDN Git Service

WIFI cannot be automatically connected
authorChuwei Xu <xucw@motorola.com>
Fri, 15 Feb 2019 08:20:53 +0000 (16:20 +0800)
committerchuwei xu <xucw@motorola.com>
Mon, 4 Mar 2019 03:22:31 +0000 (03:22 +0000)
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

core/res/res/values/config.xml

index 5444c69..6e380c8 100644 (file)
     <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>