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

Commit eccf6282 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Wifi: Introduce a config parameter for IpReachabilityMonitor"

parents 761ebe28 2c224e31
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -428,6 +428,9 @@
    <!-- Boolean indicating whether or not wifi firmware debugging is enabled -->
    <bool translatable="false" name="config_wifi_enable_wifi_firmware_debugging">true</bool>

    <!-- IpReachability monitor enable/Disable -->
    <bool translatable="false" name="config_wifi_ipreachability_monitor">false</bool>

    <!-- Integer size limit, in KB, for a single WifiLogger ringbuffer -->
    <integer translatable="false" name="config_wifi_logger_ring_buffer_size_limit_kb">32</integer>

+1 −0
Original line number Diff line number Diff line
@@ -301,6 +301,7 @@
  <java-symbol type="bool" name="config_wifi_enable_disconnection_debounce" />
  <java-symbol type="bool" name="config_wifi_revert_country_code_on_cellular_loss" />
  <java-symbol type="bool" name="config_wifi_enable_wifi_firmware_debugging" />
  <java-symbol type="bool" name="config_wifi_ipreachability_monitor" />
  <java-symbol type="integer" name="config_wifi_logger_ring_buffer_size_limit_kb" />
  <java-symbol type="bool" name="config_wifi_turn_off_during_emergency_call" />
  <java-symbol type="bool" name="config_supportMicNearUltrasound" />