Searched refs:setupInterfaceForSoftApMode (Results 1 – 7 of 7) sorted by relevance
134 when(mWificondControl.setupInterfaceForSoftApMode(any())) in setUp()434 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback1)); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()447 mInOrder.verify(mWificondControl).setupInterfaceForSoftApMode(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()697 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback1)); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()710 mInOrder.verify(mWificondControl).setupInterfaceForSoftApMode(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()982 assertNull(mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback0)); in testSetupSoftApInterfaceFailureInStartHal()1000 assertNull(mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback0)); in testSetupSoftApInterfaceFailureInStartHostapd()1021 assertNull(mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback0)); in testSetupSoftApInterfaceFailureInHalCreateApIface()1046 when(mWificondControl.setupInterfaceForSoftApMode(any())).thenReturn(null); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode()1047 assertNull(mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback0)); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode()[all …]
227 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(TEST_INTERFACE_NAME); in startSoftApDefaultConfigFailedToLoad()268 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(null); in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()311 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(""); in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics()359 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(TEST_INTERFACE_NAME); in startSoftApOn5GhzFailGeneralErrorForNoCountryCode()403 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(TEST_INTERFACE_NAME); in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure()522 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(TEST_INTERFACE_NAME); in startSoftApFailNoChannel()558 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(TEST_INTERFACE_NAME); in startSoftApApInterfaceFailedToStart()1139 when(mWifiNative.setupInterfaceForSoftApMode(any())) in startSoftApAndVerifyEnabled()1144 order.verify(mWifiNative).setupInterfaceForSoftApMode( in startSoftApAndVerifyEnabled()
358 mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME); in testSetupInterfaceForSoftApMode()376 mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME); in testSetupInterfaceForSoftApModeErrorWhenWificondIsNotStarted()393 mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME); in testSetupInterfaceForSoftApModeErrorWhenWificondFailedToSetupInterface()453 mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME1); in testSetupMulitpleInterfaces()
375 mApInterfaceName = mWifiNative.setupInterfaceForSoftApMode( in processMessage()
409 public IApInterface setupInterfaceForSoftApMode(@NonNull String ifaceName) { in setupInterfaceForSoftApMode() method in WificondControl
1042 public String setupInterfaceForSoftApMode(@NonNull InterfaceCallback interfaceCallback) { in setupInterfaceForSoftApMode() method in WifiNative1067 if (mWificondControl.setupInterfaceForSoftApMode(iface.name) == null) { in setupInterfaceForSoftApMode()
400 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.404 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.408 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.