Searched refs:IFACE_IP_MODE_UNSPECIFIED (Results 1 – 12 of 12) 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 | 1180 int mode = intent.getIntExtra(EXTRA_WIFI_AP_MODE, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in checkApStateChangedBroadcast()
|
D | WifiMetricsTest.java | 899 WifiManager.IFACE_IP_MODE_UNSPECIFIED); // Should be dropped. in addSoftApEventsToMetrics()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 565 WifiManager.IFACE_IP_MODE_UNSPECIFIED); in checkAndStartWifi() 1014 Integer previousMode = WifiManager.IFACE_IP_MODE_UNSPECIFIED; in updateInterfaceIpStateInternal() 1027 updateInterfaceIpStateInternal(null, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in updateInterfaceIpStateInternal() 1055 updateInterfaceIpStateInternal(null, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in updateInterfaceIpStateInternal() 1057 case WifiManager.IFACE_IP_MODE_UNSPECIFIED: in updateInterfaceIpStateInternal() 1318 updateInterfaceIpStateInternal(null, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in handleWifiApStateChange() 1328 if (mIfaceIpModes.getOrDefault(ifaceName, WifiManager.IFACE_IP_MODE_UNSPECIFIED) in handleWifiApStateChange() 1338 updateInterfaceIpState(null, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in handleWifiApStateChange() 1564 updateInterfaceIpStateInternal(null, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in unregisterCallingAppAndStopLocalOnlyHotspot() 2988 stopSoftApInternal(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in factoryReset()
|
D | ActiveModeWarden.java | 199 if (mode != WifiManager.IFACE_IP_MODE_UNSPECIFIED in stopSoftAPMode()
|
D | WifiController.java | 600 mActiveModeWarden.stopSoftAPMode(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in enter()
|
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 697 TEST_WLAN_IFNAME, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in failingLocalOnlyHotspotLegacyApBroadcast() 770 TEST_WLAN_IFNAME, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in workingLocalOnlyHotspotEnrichedApBroadcast() 793 TEST_WLAN_IFNAME, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in workingLocalOnlyHotspotEnrichedApBroadcast() 1006 TEST_WLAN_IFNAME, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in failingWifiTetheringLegacyApBroadcast() 1038 TEST_WLAN_IFNAME, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in workingWifiTetheringEnrichedApBroadcast() 1079 TEST_WLAN_IFNAME, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in workingWifiTetheringEnrichedApBroadcast() 1117 TEST_WLAN_IFNAME, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in failureEnablingIpForwarding()
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 60 import static android.net.wifi.WifiManager.IFACE_IP_MODE_UNSPECIFIED; 993 final int ipmode = intent.getIntExtra(EXTRA_WIFI_AP_MODE, IFACE_IP_MODE_UNSPECIFIED); in handleWifiApAction() 1673 who.interfaceName(), IFACE_IP_MODE_UNSPECIFIED); in handleInterfaceServingStateInactive() local
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiManager.java | 647 IFACE_IP_MODE_UNSPECIFIED, 661 public static final int IFACE_IP_MODE_UNSPECIFIED = -1; field in WifiManager
|
/frameworks/base/api/ |
D | system-current.txt | 5420 field public static final int IFACE_IP_MODE_UNSPECIFIED = -1; // 0xffffffff
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 5326 field public static final int IFACE_IP_MODE_UNSPECIFIED = -1; // 0xffffffff
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 47401 Landroid/net/wifi/WifiManager;->IFACE_IP_MODE_UNSPECIFIED:I
|