Searched refs:isInterfaceUp (Results 1 – 6 of 6) sorted by relevance
238 onUpChanged(mWifiNative.isInterfaceUp(mClientInterfaceName)); in enter()
279 onUpChanged(mWifiNative.isInterfaceUp(mClientInterfaceName)); in enter()
692 onInterfaceStateChanged(ifaceWithName, isInterfaceUp(ifaceName)); in interfaceLinkStateChanged()971 onInterfaceStateChanged(iface, isInterfaceUp(iface.name)); in setupInterfaceForClientInConnectivityMode()1025 onInterfaceStateChanged(iface, isInterfaceUp(iface.name)); in setupInterfaceForClientInScanMode()1081 onInterfaceStateChanged(iface, isInterfaceUp(iface.name)); in setupInterfaceForSoftApMode()1096 public boolean isInterfaceUp(@NonNull String ifaceName) { in isInterfaceUp() method in WifiNative
549 onUpChanged(mWifiNative.isInterfaceUp(mApInterfaceName)); in enter()
1084 assertTrue(mWifiNative.isInterfaceUp(IFACE_NAME_0)); in testIsInterfaceUp()1087 assertFalse(mWifiNative.isInterfaceUp(IFACE_NAME_0)); in testIsInterfaceUp()1090 assertFalse(mWifiNative.isInterfaceUp(IFACE_NAME_0)); in testIsInterfaceUp()
2103 when(mWifiNative.isInterfaceUp(eq(WIFI_IFACE_NAME))).thenReturn(true); in testSupplicantUpdateDriverInactiveIfaceUpClientModeDoesNotTriggerSelfRecovery()