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

Commit 1da00362 authored by Rebecca Silberstein's avatar Rebecca Silberstein Committed by Erik Kline
Browse files

WifiManager: add unspecified ip mode

Add an unspecified IP mode that allows WifiServiceImpl to clear state
in the interface-based IP mode tracking.

Bug: 31466854
Test: frameworks/base/wifi/tests/runtests.sh
Merged-In: I0d1db7ecb9cf7edd74d95f73d88b23571b87a27f
Merged-In: Iaa1474bd24d63e957ae82745b66c7571a5f18433
Change-Id: I15485cdab95ed4308cf5c2877fba40eac82bf162
(cherry picked from commit bf475436)
parent f547c404
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -461,6 +461,15 @@ public class WifiManager {
     */
     */
    public static final int SAP_START_FAILURE_NO_CHANNEL = 1;
    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.
     * Interface IP mode for configuration error.
     *
     *