Add in constant for WPA supplication settings

This constant indicates what should be sent when a wpa_supplicant's
engine field should be marked as "disable."

Bug: 6480500
Change-Id: Ic963eff4b2ae1496f06e23f80514bf530767c568
This commit is contained in:
Kenny Root
2012-05-11 09:06:17 -07:00
parent 86f23aaa7c
commit 343331fa02

View File

@@ -56,6 +56,12 @@ public class WifiConfiguration implements Parcelable {
*/
public static final String ENGINE_ENABLE = "1";
/**
* String to set the engine value to when it should be disabled.
* @hide
*/
public static final String ENGINE_DISABLE = "0";
/** {@hide} */
public static final String ssidVarName = "ssid";
/** {@hide} */