diff options
author | vandwalle <vandwalle@google.com> | 2014-09-13 12:53:26 -0700 |
---|---|---|
committer | vandwalle <vandwalle@google.com> | 2014-09-13 13:44:34 -0700 |
commit | 2e93c38fa6fad224e56a45ff4244bdd538aec846 (patch) | |
tree | 16a3862790e07758259522fca329cf2345f18aaf /wifi/java | |
parent | 2047df6f5f6af14cdb93f220c0329f1bff7a43ff (diff) | |
download | frameworks_base-2e93c38fa6fad224e56a45ff4244bdd538aec846.zip frameworks_base-2e93c38fa6fad224e56a45ff4244bdd538aec846.tar.gz frameworks_base-2e93c38fa6fad224e56a45ff4244bdd538aec846.tar.bz2 |
make wifi cellular params configurable
Change-Id: Ia2a4ac3e11f2b0c7412f33496a655c5d5297ea0c
Diffstat (limited to 'wifi/java')
-rw-r--r-- | wifi/java/android/net/wifi/WifiConfiguration.java | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/wifi/java/android/net/wifi/WifiConfiguration.java b/wifi/java/android/net/wifi/WifiConfiguration.java index 9ece434..d27c2f7 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; |