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

Commit f17d3b89 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "WifiManager: add unspecified ip mode" into oc-dev

parents 5a270bcd bf475436
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -451,6 +451,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.
     *