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

Commit 0b9fa276 authored by Rebecca Silberstein's avatar Rebecca Silberstein Committed by android-build-merger
Browse files

Merge "WifiManager: add unspecified ip mode"

am: dae92faa

Change-Id: Ia8fe528fd7cbe8076ea185d21ae7dcfd5654334c
parents ed7bdd65 dae92faa
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -461,6 +461,15 @@ public class WifiManager {
     */
    public static final int SAP_START_FAILURE_NO_CHANNEL = 1;

    /**
     * Interface IP mode unspecified.
     *
     * @see updateInterfaceIpState(String, int)
     *
     * @hide
     */
    public static final int IFACE_IP_MODE_UNSPECIFIED = -1;

    /**
     * Interface IP mode for configuration error.
     *