Merge "Allow creating EAP_TLS network without specifying Phase2.None" into lmp-dev
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user