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

Commit 7486328d authored by Vinit Deshpande's avatar Vinit Deshpande Committed by Android (Google) Code Review
Browse files

Merge "Introduce config setting for scanning mac OUI" into lmp-dev

parents 7e28fc73 38aabf91
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -365,6 +365,8 @@
    <integer translatable="false" name="config_wifi_framework_wifi_score_bad_link_speed_5">12</integer>
    <integer translatable="false" name="config_wifi_framework_wifi_score_good_link_speed_24">24</integer>
    <integer translatable="false" name="config_wifi_framework_wifi_score_good_link_speed_5">36</integer>
    <string  translatable="false" name="config_wifi_random_mac_oui">DA-A1-19</string>

    <bool translatable="false" name="config_wifi_framework_cellular_handover_enable_user_triggered_adjustment">true</bool>

    <!-- Integer packet threshold used to allow scan while associated -->
+2 −0
Original line number Diff line number Diff line
@@ -322,6 +322,8 @@
  <java-symbol type="integer" name="config_wifi_framework_wifi_score_bad_link_speed_5" />
  <java-symbol type="integer" name="config_wifi_framework_wifi_score_good_link_speed_24" />
  <java-symbol type="integer" name="config_wifi_framework_wifi_score_good_link_speed_5" />
  <java-symbol type="string"  name="config_wifi_random_mac_oui" />

  <java-symbol type="bool" name="editable_voicemailnumber" />

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