OSDN Git Service

Remove config_wifi_hal_pno_enable and config_wifi_ssid_white_list_enable
authorSamuel Tan <samueltan@google.com>
Mon, 11 Apr 2016 20:24:32 +0000 (13:24 -0700)
committerSamuel Tan <samueltan@google.com>
Mon, 11 Apr 2016 23:15:29 +0000 (16:15 -0700)
Remove these two config variables, since they are no
longer used by WifiConfigManager.

BUG: 28088382
Change-Id: I93d99ba7e6cd7f92494d1fde62ccfe620857feff
TEST: 'runtest frameworks-wifi' passes.

core/res/res/values/config.xml
core/res/res/values/symbols.xml

index cb551e8..aada05d 100644 (file)
     <!-- Wifi driver supports batched scan -->
     <bool translatable="false" name="config_wifi_batched_scan_supported">false</bool>
 
-    <!-- Wifi HAL supported PNO -->
-    <bool translatable="false" name="config_wifi_hal_pno_enable">false</bool>
-
-    <!-- Wifi SSID white list (can't be enabled if config_wifi_hal_pno_enable is not) -->
-    <bool translatable="false" name="config_wifi_ssid_white_list_enable">true</bool>
-
     <!-- Idle Receive current for wifi radio. 0 by default-->
     <integer translatable="false" name="config_wifi_idle_receive_cur_ma">0</integer>
 
index 29c6951..60dbcd0 100644 (file)
   <java-symbol type="integer" name="config_wifi_supplicant_scan_interval" />
   <java-symbol type="integer" name="config_wifi_no_network_periodic_scan_interval" />
   <java-symbol type="integer" name="config_wifi_scan_interval_p2p_connected" />
-  <java-symbol type="bool" name="config_wifi_hal_pno_enable" />
   <java-symbol type="integer" name="config_windowOutsetBottom" />
-  <java-symbol type="bool" name="config_wifi_ssid_white_list_enable" />
   <java-symbol type="integer" name="db_connection_pool_size" />
   <java-symbol type="integer" name="db_journal_size_limit" />
   <java-symbol type="integer" name="db_wal_autocheckpoint" />