Home
last modified time | relevance | path

Searched refs:IFACE_IP_MODE_UNSPECIFIED (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiControllerTest.java325 verify(mActiveModeWarden).stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in testEcmOffInClientMode()
396 verify(mActiveModeWarden).stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in testEcmOffInScanMode()
464 verify(mActiveModeWarden).stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in testEcmOffInSoftApMode()
854 mWifiController.sendMessage(CMD_SET_AP, 0, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in testSoftApModeToggleWhenInAirplaneMode()
856 verify(mActiveModeWarden).stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in testSoftApModeToggleWhenInAirplaneMode()
DSoftApManagerTest.java1122 int mode = intent.getIntExtra(EXTRA_WIFI_AP_MODE, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in checkApStateChangedBroadcast()
DWifiMetricsTest.java907 WifiManager.IFACE_IP_MODE_UNSPECIFIED); // Should be dropped. in addSoftApEventsToMetrics()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java568 WifiManager.IFACE_IP_MODE_UNSPECIFIED); in checkAndStartWifi()
980 Integer previousMode = WifiManager.IFACE_IP_MODE_UNSPECIFIED; in updateInterfaceIpStateInternal()
993 updateInterfaceIpStateInternal(null, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in updateInterfaceIpStateInternal()
1021 updateInterfaceIpStateInternal(null, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in updateInterfaceIpStateInternal()
1023 case WifiManager.IFACE_IP_MODE_UNSPECIFIED: in updateInterfaceIpStateInternal()
1275 updateInterfaceIpStateInternal(null, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in handleWifiApStateChange()
1285 if (mIfaceIpModes.getOrDefault(ifaceName, WifiManager.IFACE_IP_MODE_UNSPECIFIED) in handleWifiApStateChange()
1295 updateInterfaceIpState(null, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in handleWifiApStateChange()
1517 updateInterfaceIpStateInternal(null, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in unregisterCallingAppAndStopLocalOnlyHotspot()
2940 stopSoftApInternal(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in factoryReset()
DActiveModeWarden.java197 if (mode != WifiManager.IFACE_IP_MODE_UNSPECIFIED in stopSoftAPMode()
DWifiController.java600 mActiveModeWarden.stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in enter()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java44 import static android.net.wifi.WifiManager.IFACE_IP_MODE_UNSPECIFIED;
763 final int ipmode = intent.getIntExtra(EXTRA_WIFI_AP_MODE, IFACE_IP_MODE_UNSPECIFIED); in handleWifiApAction()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java644 public static final int IFACE_IP_MODE_UNSPECIFIED = -1; field in WifiManager