Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java144 when(mWificondControl.setupInterfaceForSoftApMode(any())).thenReturn(true); in setUp()
462 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode( in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()
477 mInOrder.verify(mWificondControl).setupInterfaceForSoftApMode(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()
731 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode( in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()
745 mInOrder.verify(mWificondControl).setupInterfaceForSoftApMode(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()
1037 assertNull(mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback0, TEST_WORKSOURCE, in testSetupSoftApInterfaceFailureInStartHal()
1056 assertNull(mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback0, TEST_WORKSOURCE, in testSetupSoftApInterfaceFailureInStartHostapd()
1082 assertNull(mWifiNative.setupInterfaceForSoftApMode( in testSetupSoftApInterfaceFailureInHalCreateApIface()
1112 assertNull(mWifiNative.setupInterfaceForSoftApMode( in testSetupSoftApInterfaceFailureInHalGetBridgedInstances()
1152 when(mWificondControl.setupInterfaceForSoftApMode(any())).thenReturn(false); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode()
[all …]
DSoftApManagerTest.java242 when(mWifiNative.setupInterfaceForSoftApMode(any(), any(), anyInt(), anyBoolean())) in setUp()
429 when(mWifiNative.setupInterfaceForSoftApMode( in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()
458 when(mWifiNative.setupInterfaceForSoftApMode( in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics()
1943 order.verify(mWifiNative).setupInterfaceForSoftApMode( in startSoftApAndVerifyEnabled()
2485 verify(mWifiNative).setupInterfaceForSoftApMode( in testSetupDualBandForSoftApModeApInterfaceName()
DWifiNativeTest.java746 mWifiNative.setupInterfaceForSoftApMode(null, TEST_WORKSOURCE, WIFI_BAND_24_GHZ, false); in testStartHalUpdatesCoexUnsafeChannels()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1262 public String setupInterfaceForSoftApMode( in setupInterfaceForSoftApMode() method in WifiNative
1301 if (!mWifiCondManager.setupInterfaceForSoftApMode(ifaceInstanceName)) { in setupInterfaceForSoftApMode()
DSoftApManager.java894 mApInterfaceName = mWifiNative.setupInterfaceForSoftApMode( in processMessage()
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto402 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.
406 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.
410 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.