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

Commit e49e2b40 authored by Samuel Tan's avatar Samuel Tan
Browse files

Remove config_wifi_hal_pno_enable and config_wifi_ssid_white_list_enable

Remove these two config variables, since they are no
longer used by WifiConfigManager.

BUG: 28088382
Change-Id: I93d99ba7e6cd7f92494d1fde62ccfe620857feff
TEST: 'runtest frameworks-wifi' passes.
parent 333c7d36
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -520,12 +520,6 @@
    <!-- 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>

+0 −2
Original line number Diff line number Diff line
@@ -390,9 +390,7 @@
  <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" />