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

Commit a8731119 authored by Nalla Kartheek's avatar Nalla Kartheek Committed by Steve Kondik
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.

Change-Id: I61a9c0b203dca879c1420886d06659a277a7ed99
CRs-Fixed: 909098
parent 47ea7c79
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -504,6 +504,12 @@
    <!-- Integer indicating RSSI boost given to current network -->
    <integer translatable="false" name="config_wifi_framework_current_network_boost">25</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 the interval for selective channel scan when Wifi turn on -->
    <integer translatable="false" name="config_initial_saved_channel_scan_interval">2000</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>

+2 −0
Original line number Diff line number Diff line
@@ -363,6 +363,8 @@
  <java-symbol type="integer" name="config_wifi_framework_max_auth_errors_to_blacklist" />
  <java-symbol type="integer" name="config_wifi_framework_network_black_list_min_time_milli" />
  <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="integer" name="config_initial_saved_channel_scan_interval"/>
  <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" />