Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a0e3468 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 0058ae9d: am c559e3b7: Merge "Add in constant for WPA supplication settings" into jb-dev

* commit '0058ae9d':
  Add in constant for WPA supplication settings
parents d640d064 0058ae9d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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} */