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

Commit 67f272f7 authored by Randy Pan's avatar Randy Pan
Browse files

Add parameters for Wifi partial scan trigger

Bug: 31180330
Test: runtest.sh
Change-Id: I05a0abf5f34950f64c7e5f0cc67f16a9cd0e534a
parent a50630dd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -475,6 +475,9 @@
    <integer translatable="false" name="config_wifi_framework_SECURITY_AWARD">80</integer>
    <!-- Integer specifying the base interval in seconds for the exponential backoff scan for autojoin -->
    <integer translatable="false" name="config_wifi_framework_exponential_backoff_scan_base_interval">20</integer>
    <!-- Integers specifying the max packet Tx/Rx rates for full scan -->
    <integer translatable="false" name="config_wifi_framework_max_tx_rate_for_full_scan">8</integer>
    <integer translatable="false" name="config_wifi_framework_max_rx_rate_for_full_scan">16</integer>
    <!-- Integer parameters of the wifi to cellular handover feature
         wifi should not stick to bad networks -->
    <integer translatable="false" name="config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz">-82</integer>
+2 −0
Original line number Diff line number Diff line
@@ -372,6 +372,8 @@
  <java-symbol type="integer"  name="config_wifi_tx_cur_ma" />
  <java-symbol type="integer"  name="config_wifi_operating_voltage_mv" />
  <java-symbol type="string"  name="config_wifi_framework_sap_2G_channel_list" />
  <java-symbol type="integer" name="config_wifi_framework_max_tx_rate_for_full_scan" />
  <java-symbol type="integer" name="config_wifi_framework_max_rx_rate_for_full_scan" />

  <java-symbol type="bool" name="config_wifi_framework_cellular_handover_enable_user_triggered_adjustment" />
  <java-symbol type="integer" name="config_wifi_framework_associated_full_scan_tx_packet_threshold" />