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

Commit d38fc8c2 authored by c_rrajiv's avatar c_rrajiv Committed by Gerrit - the friendly Code Review server
Browse files

Wifi: Make maximum selective channel scans and interval configurable

The change makes max initial scans on selective channels
and initial saved channel scan interval configurable

CRs-Fixed: 1070394
Change-Id: I61a9c0b203dca879c1420886d06659a277a7ed99
parent e68f1b14
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -512,6 +512,9 @@
    <!-- Integer indicating RSSI boost given to current network -->
    <integer translatable="false" name="config_wifi_framework_current_network_boost">16</integer>

    <!-- Integer indicating the number of selective channel scan when Wifi turn on -->
    <integer translatable="false" name="config_max_initial_scans_on_selective_channels">2</integer>

    <!-- Integer indicating how to handle beacons with uninitialized RSSI value of 0 -->
    <integer translatable="false" name="config_wifi_framework_scan_result_rssi_level_patchup_value">-85</integer>

+1 −0
Original line number Diff line number Diff line
@@ -359,6 +359,7 @@
  <java-symbol type="integer" name="config_wifi_framework_network_switch_tx_packet_threshold" />
  <java-symbol type="integer" name="config_wifi_framework_network_switch_rx_packet_threshold" />
  <java-symbol type="integer" name="config_wifi_framework_current_network_boost" />
  <java-symbol type="integer" name="config_max_initial_scans_on_selective_channels" />
  <java-symbol type="bool" name="config_send_sms1x_on_voice_call" />
  <java-symbol type="integer" name="config_bluetooth_max_advertisers" />
  <java-symbol type="integer" name="config_bluetooth_max_scan_filters" />