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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user