summaryrefslogtreecommitdiffstats
path: root/core/java/com/android
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2013-03-06 07:57:41 -0800
committerIrfan Sheriff <isheriff@google.com>2013-03-14 13:55:56 -0700
commit11aefad94de6569c4c7394e7bc5fdeb0ae60d5bb (patch)
tree4df4926fa0f9b8bf577b182fd52078a6b0ea8eb1 /core/java/com/android
parent1c80a05176c9a6cdef2975cc655f34588275194e (diff)
downloadframeworks_base-11aefad94de6569c4c7394e7bc5fdeb0ae60d5bb.zip
frameworks_base-11aefad94de6569c4c7394e7bc5fdeb0ae60d5bb.tar.gz
frameworks_base-11aefad94de6569c4c7394e7bc5fdeb0ae60d5bb.tar.bz2
Add support for scan always available mode
Modify WifiService to add a controller to track the various desired states and let the WifiStatemachine actually control the bring up. Bug: 8141918 Change-Id: I6e98fd5a29b43c3c50c315eff5255cd0a3eaebcd
Diffstat (limited to 'core/java/com/android')
-rw-r--r--core/java/com/android/internal/util/Protocol.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/com/android/internal/util/Protocol.java b/core/java/com/android/internal/util/Protocol.java
index 7c2b1b5..91b109e 100644
--- a/core/java/com/android/internal/util/Protocol.java
+++ b/core/java/com/android/internal/util/Protocol.java
@@ -45,6 +45,7 @@ public class Protocol {
public static final int BASE_WIFI_P2P_SERVICE = 0x00023000;
public static final int BASE_WIFI_MONITOR = 0x00024000;
public static final int BASE_WIFI_MANAGER = 0x00025000;
+ public static final int BASE_WIFI_CONTROLLER = 0x00026000;
public static final int BASE_DHCP = 0x00030000;
public static final int BASE_DATA_CONNECTION = 0x00040000;
public static final int BASE_DATA_CONNECTION_AC = 0x00041000;