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

Commit 6593256e authored by Jan Nordqvist's avatar Jan Nordqvist Committed by Vinit Deshpande
Browse files

A few minor fixes for EAP-TLS.

Change-Id: I807d44d1bd84b929d21df402542c4b6f1f646b30
parent cffc3605
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -895,7 +895,7 @@ public class WifiConfiguration implements Parcelable {
        if (!TextUtils.isEmpty(FQDN)) {
            /* this is passpoint configuration; it must not have an SSID */
            if (!TextUtils.isEmpty(SSID)) {
                return "no SSID";
                return "SSID not expected for Passpoint: '" + SSID + "'";
            }
            /* this is passpoint configuration; it must have a providerFriendlyName */
            if (TextUtils.isEmpty(providerFriendlyName)) {