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 …]
198 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(TEST_INTERFACE_NAME); in startSoftApDefaultConfigFailedToLoad()238 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(null); in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()280 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(""); in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics()327 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(TEST_INTERFACE_NAME); in startSoftApOn5GhzFailGeneralErrorForNoCountryCode()370 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(TEST_INTERFACE_NAME); in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure()488 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(TEST_INTERFACE_NAME); in startSoftApFailNoChannel()523 when(mWifiNative.setupInterfaceForSoftApMode(any())).thenReturn(TEST_INTERFACE_NAME); in startSoftApApInterfaceFailedToStart()1082 when(mWifiNative.setupInterfaceForSoftApMode(any())) in startSoftApAndVerifyEnabled()1087 order.verify(mWifiNative).setupInterfaceForSoftApMode( in startSoftApAndVerifyEnabled()
357 mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME); in testSetupInterfaceForSoftApMode()375 mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME); in testSetupInterfaceForSoftApModeErrorWhenWificondIsNotStarted()392 mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME); in testSetupInterfaceForSoftApModeErrorWhenWificondFailedToSetupInterface()452 mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME1); in testSetupMulitpleInterfaces()
364 mApInterfaceName = mWifiNative.setupInterfaceForSoftApMode( in processMessage()
412 public IApInterface setupInterfaceForSoftApMode(@NonNull String ifaceName) { in setupInterfaceForSoftApMode() method in WificondControl
1041 public String setupInterfaceForSoftApMode(@NonNull InterfaceCallback interfaceCallback) { in setupInterfaceForSoftApMode() method in WifiNative1066 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|.