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

Commit 97a0c45c authored by Prem Kumar's avatar Prem Kumar Committed by Android (Google) Code Review
Browse files

Merge "Allow creating EAP_TLS network without specifying Phase2.None" into lmp-dev

parents 95686694 26a98001
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -271,9 +271,11 @@ public class WifiEnterpriseConfig implements Parcelable {
    public void setEapMethod(int eapMethod) {
        switch (eapMethod) {
            /** Valid methods */
            case Eap.TLS:
                setPhase2Method(Phase2.NONE);
                /* fall through */
            case Eap.PEAP:
            case Eap.PWD:
            case Eap.TLS:
            case Eap.TTLS:
            case Eap.SIM:
            case Eap.AKA: