Merge "WifiConfiguration: add local only networkId" into oc-dev

This commit is contained in:
Rebecca Silberstein
2017-06-06 14:42:54 +00:00
committed by Android (Google) Code Review

View File

@@ -67,6 +67,8 @@ public class WifiConfiguration implements Parcelable {
public static final String updateIdentiferVarName = "update_identifier";
/** {@hide} */
public static final int INVALID_NETWORK_ID = -1;
/** {@hide} */
public static final int LOCAL_ONLY_NETWORK_ID = -2;
/** {@hide} */
private String mPasspointManagementObjectTree;