Merge "WifiManager: add unspecified ip mode" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-05-18 01:44:30 +00:00
committed by Android (Google) Code Review

View File

@@ -451,6 +451,15 @@ public class WifiManager {
*/
public static final int SAP_START_FAILURE_NO_CHANNEL = 1;
/**
* Interface IP mode unspecified.
*
* @see updateInterfaceIpState(String, int)
*
* @hide
*/
public static final int IFACE_IP_MODE_UNSPECIFIED = -1;
/**
* Interface IP mode for configuration error.
*