Home
last modified time | relevance | path

Searched refs:setupInterfaceForSoftApMode (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java134 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 …]
DSoftApManagerTest.java198 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()
DWificondControlTest.java357 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java364 mApInterfaceName = mWifiNative.setupInterfaceForSoftApMode( in processMessage()
DWificondControl.java412 public IApInterface setupInterfaceForSoftApMode(@NonNull String ifaceName) { in setupInterfaceForSoftApMode() method in WificondControl
DWifiNative.java1041 public String setupInterfaceForSoftApMode(@NonNull InterfaceCallback interfaceCallback) { in setupInterfaceForSoftApMode() method in WifiNative
1066 if (mWificondControl.setupInterfaceForSoftApMode(iface.name) == null) { in setupInterfaceForSoftApMode()
/frameworks/base/proto/src/
Dwifi.proto400 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.
404 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.
408 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.