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

Commit f4672ad2 authored by vandwalle's avatar vandwalle Committed by Dave Langemak
Browse files

DO NOT MERGE: revert change preventing NULL SSID in a WifiConfiguration

bug: 15114340

Change-Id: Ic66363fc7781a1d65e5b8647843a752c048145a1
(cherry picked from commit 7aa05179b970e9f1346374f1e506a2cfeaff060a)
parent dab839e0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -509,8 +509,6 @@ public class WifiConfiguration implements Parcelable {
     * @hide
     */
    public boolean isValid() {
        if (SSID == null)
            return false;

        if (allowedKeyManagement == null)
            return false;