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

Commit 0a66123f authored by Sanket Padawe's avatar Sanket Padawe Committed by Android Git Automerger
Browse files

am 233bd3ce: Merge "Changes security for Passpoint to EAP security from "Passpoint"." into mnc-dev

* commit '233bd3ce':
  Changes security for Passpoint to EAP security from "Passpoint".
parents dc445a11 233bd3ce
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -293,7 +293,8 @@ public class AccessPoint implements Comparable<AccessPoint> {
    public String getSecurityString(boolean concise) {
        Context context = mContext;
        if (mConfig != null && mConfig.isPasspoint()) {
            return context.getString(R.string.wifi_security_passpoint);
            return concise ? context.getString(R.string.wifi_security_short_eap) :
                context.getString(R.string.wifi_security_eap);
        }
        switch(security) {
            case SECURITY_EAP: