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

Commit 3b618e6b authored by David Su's avatar David Su
Browse files

Link Probing: Add overlay flag to disable feature by default

Disables link probing by default due to some devices not supporting the
nl80211 command. Selectively enabled feature on devices where the
command was confirmed to work.

Bug: 112029045
Test: compiles
Change-Id: I4494fbae9928fd16f36daec6d633e65c3584ce47
parent d25253ed
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -701,6 +701,9 @@
    <!-- Indicates that connected MAC randomization is supported on this device -->
    <bool translatable="false" name="config_wifi_connected_mac_randomization_supported">false</bool>

    <!-- Indicates that wifi link probing is supported on this device -->
    <bool translatable="false" name="config_wifi_link_probing_supported">false</bool>

    <!-- Flag indicating whether we should enable the automatic brightness.
         Software implementation will be used if config_hardware_auto_brightness_available is not set -->
    <bool name="config_automatic_brightness_available">false</bool>
+1 −0
Original line number Diff line number Diff line
@@ -1882,6 +1882,7 @@
  <java-symbol type="bool" name="config_wifi_convert_apband_5ghz_to_any" />
  <java-symbol type="bool" name="config_wifi_local_only_hotspot_5ghz" />
  <java-symbol type="bool" name="config_wifi_connected_mac_randomization_supported" />
  <java-symbol type="bool" name="config_wifi_link_probing_supported" />
  <java-symbol type="bool" name="config_wifi_fast_bss_transition_enabled" />
  <java-symbol type="bool" name="config_wimaxEnabled" />
  <java-symbol type="bool" name="show_ongoing_ime_switcher" />