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

Commit 2a2dace6 authored by vandwalle's avatar vandwalle Committed by Android (Google) Code Review
Browse files

Merge "various autojoin fixes"

parents 711b7a54 d3adb7e8
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -400,8 +400,14 @@ public class WifiConfiguration implements Parcelable {

    /** @hide */
    public static final int AUTO_JOIN_ENABLED                   = 0;
    /** @hide
     * if this is set, the WifiConfiguration cannot use linkages so as to bump
     * it's relative priority.
     * */
    public static final int AUTO_JOIN_TEMPORARY_DISABLED  = 1;
    /** @hide */
    public static final int AUTO_JOIN_DISABLED_ON_AUTH_FAILURE  = 1;
    public static final int AUTO_JOIN_DISABLED_ON_AUTH_FAILURE  = 2;

    /**
     * @hide
     */