diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index b33422af8ec26..a355e8c7d45d7 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -353,7 +353,27 @@ -75 2 + + -60 + -72 + -82 + -87 + -77 + -65 + 6 + 12 + 24 + 36 + true + + 5 + 10 + 40 + 80 + 2 + 20 15000 diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index e4ca36d6718d2..0c13bd5fb29d3 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -312,6 +312,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/wifi/java/android/net/wifi/WifiConfiguration.java b/wifi/java/android/net/wifi/WifiConfiguration.java index 9ece434451ba4..d27c2f79e1c23 100644 --- a/wifi/java/android/net/wifi/WifiConfiguration.java +++ b/wifi/java/android/net/wifi/WifiConfiguration.java @@ -382,10 +382,13 @@ public class WifiConfiguration implements Parcelable { /** The Below RSSI thresholds are used to configure AutoJoin * - GOOD/LOW/BAD thresholds are used so as to calculate link score - * - UNWANTED_SOFT are used by the blacklisting logic so as to handle the unwanted network message coming from CS - * - UNBLACKLIST thresholds are used so as to tweak the speed at which the network is unblacklisted (i.e. if + * - UNWANTED_SOFT are used by the blacklisting logic so as to handle + * the unwanted network message coming from CS + * - UNBLACKLIST thresholds are used so as to tweak the speed at which + * the network is unblacklisted (i.e. if * it is seen with good RSSI, it is blacklisted faster) - * - INITIAL_AUTOJOIN_ATTEMPT, used to determine how close from the network we need to be before autojoin kicks in + * - INITIAL_AUTOJOIN_ATTEMPT, used to determine how close from + * the network we need to be before autojoin kicks in */ /** @hide **/ public static int INVALID_RSSI = -127;