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

Commit 58e5d5e4 authored by Prem Kumar's avatar Prem Kumar Committed by Android Git Automerger
Browse files

am 27f19d75: am c3eea0ee: am a203fbc8: Merge "Allow creating EAP_TLS network...

am 27f19d75: am c3eea0ee: am a203fbc8: Merge "Allow creating EAP_TLS network without specifying Phase2.None" into lmp-dev

* commit '27f19d75d3dd5e6c8524a8214fa768052c396849':
  Allow creating EAP_TLS network without specifying Phase2.None
parents 3c86afa9 e2b32aff
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: