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/ |
D | WifiControllerTest.java | 325 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()
|
D | SoftApManagerTest.java | 1122 int mode = intent.getIntExtra(EXTRA_WIFI_AP_MODE, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in checkApStateChangedBroadcast()
|
D | WifiMetricsTest.java | 907 WifiManager.IFACE_IP_MODE_UNSPECIFIED); // Should be dropped. in addSoftApEventsToMetrics()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 568 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()
|
D | ActiveModeWarden.java | 197 if (mode != WifiManager.IFACE_IP_MODE_UNSPECIFIED in stopSoftAPMode()
|
D | WifiController.java | 600 mActiveModeWarden.stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in enter()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Tethering.java | 44 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/ |
D | WifiManager.java | 644 public static final int IFACE_IP_MODE_UNSPECIFIED = -1; field in WifiManager
|