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

Commit ea60f1d6 authored by Erik Kline's avatar Erik Kline Committed by android-build-merger
Browse files

Merge "WifiManager: add iface name and mode labels" into oc-dev am: dfd185c6

am: 3e737d1c

Change-Id: Ieff7af7c1ac2113b8044c16a01cad0f96cb70158
parents 7528bcfb 3e737d1c
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -382,6 +382,21 @@ public class WifiManager {
     */
    @SystemApi
    public static final String EXTRA_PREVIOUS_WIFI_AP_STATE = "previous_wifi_state";
    /**
     * The interface used for the softap.
     *
     * @hide
     */
    public static final String EXTRA_WIFI_AP_INTERFACE_NAME = "wifi_ap_interface_name";
    /**
     * The intended ip mode for this softap.
     * @see #IFACE_IP_MODE_TETHERED
     * @see #IFACE_IP_MODE_LOCAL_ONLY
     *
     * @hide
     */
    public static final String EXTRA_WIFI_AP_MODE = "wifi_ap_mode";

    /**
     * Wi-Fi AP is currently being disabled. The state will change to
     * {@link #WIFI_AP_STATE_DISABLED} if it finishes successfully.