Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeInterfaceManagementTest.java144 when(mWificondControl.setupInterfaceForSoftApMode(any())).thenReturn(true); in setUp()
462 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode( in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()
731 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode( in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()
1082 assertNull(mWifiNative.setupInterfaceForSoftApMode( in testSetupSoftApInterfaceFailureInHalCreateApIface()
1112 assertNull(mWifiNative.setupInterfaceForSoftApMode( in testSetupSoftApInterfaceFailureInHalGetBridgedInstances()
1153 assertNull(mWifiNative.setupInterfaceForSoftApMode( in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode()
1170 mInOrder.verify(mWificondControl).setupInterfaceForSoftApMode(any()); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode()
1289 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode( in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal()
1329 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode( in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardownWithNoVendorHal()
1672 assertEquals(ifaceName, mWifiNative.setupInterfaceForSoftApMode( in executeAndValidateSetupSoftApInterface()
[all …]
H A 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()
H A DWifiNativeTest.java746 mWifiNative.setupInterfaceForSoftApMode(null, TEST_WORKSOURCE, WIFI_BAND_24_GHZ, false); in testStartHalUpdatesCoexUnsafeChannels()
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java291 assertEquals(true, mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME)); in testSetupInterfaceForSoftApMode()
304 assertEquals(false, mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME)); in testSetupInterfaceForSoftApModeErrorWhenWificondIsNotStarted()
316 assertEquals(false, mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME)); in testSetupInterfaceForSoftApModeErrorWhenWificondFailedToSetupInterface()
374 assertEquals(true, mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME1)); in testSetupMultipleInterfaces()
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java759 public boolean setupInterfaceForSoftApMode(@NonNull String ifaceName) { in setupInterfaceForSoftApMode() method in WifiNl80211Manager
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1262 public String setupInterfaceForSoftApMode( in setupInterfaceForSoftApMode() method in WifiNative
1301 if (!mWifiCondManager.setupInterfaceForSoftApMode(ifaceInstanceName)) { in setupInterfaceForSoftApMode()
H A DSoftApManager.java894 mApInterfaceName = mWifiNative.setupInterfaceForSoftApMode( in processMessage()
/aosp12/packages/modules/Wifi/service/proto/src/
H A Dmetrics.proto402 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.
406 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.
410 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt7952 method public boolean setupInterfaceForSoftApMode(@NonNull String);