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

Commit 78deb691 authored by Rebecca Silberstein's avatar Rebecca Silberstein Committed by android-build-merger
Browse files

Merge "WifiManager: add iface name and mode labels"

am: 21cc4bcd

Change-Id: Ia715be047c0e1c3ef5ea5d38d013276cf5a3eacc
parents 66cc06c2 21cc4bcd
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line Diff line number Diff line
@@ -377,6 +377,21 @@ public class WifiManager {
     */
     */
    @SystemApi
    @SystemApi
    public static final String EXTRA_PREVIOUS_WIFI_AP_STATE = "previous_wifi_state";
    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
     * Wi-Fi AP is currently being disabled. The state will change to
     * {@link #WIFI_AP_STATE_DISABLED} if it finishes successfully.
     * {@link #WIFI_AP_STATE_DISABLED} if it finishes successfully.