Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DHostapdHalTest.java287 () -> mSoftApListener.onFailure())); in testAddAccessPointSuccess_Psk_Band2G()
320 () -> mSoftApListener.onFailure())); in testAddAccessPointSuccess_Open_Band5G()
355 () -> mSoftApListener.onFailure())); in testAddAccessPointSuccess_Psk_Band5G_Hidden()
394 () -> mSoftApListener.onFailure())); in testAddAccessPointSuccess_Psk_Band2G_WithACS()
434 () -> mSoftApListener.onFailure())); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC()
472 () -> mSoftApListener.onFailure())); in testAddAccessPointSuccess_Psk_BandAny_WithACS()
509 () -> mSoftApListener.onFailure())); in testAddAccessPointSuccess_Psk_WithoutACS()
578 () -> mSoftApListener.onFailure())); in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
696 verify(mSoftApListener).onFailure(); in testOnFailureCallbackHandling()
699 reset(mSoftApListener); in testOnFailureCallbackHandling()
[all …]
H A DActiveModeWardenTest.java160 Listener<SoftApManager> mSoftApListener; field in ActiveModeWardenTest
403 mSoftApListener.onStarted(mSoftApManager); in enterSoftApActiveMode()
820 mSoftApListener.onStarted(mSoftApManager); in callsWifiServiceCallbackOnSoftApStateChanged()
836 mSoftApListener.onStarted(mSoftApManager); in doesntCallWifiServiceCallbackOnLOHSStateChanged()
943 mSoftApListener.onStarted(mSoftApManager); in testStartSoftApModeTwiceWithTwoConfigs()
1037 mSoftApListener.onStopped(mSoftApManager); in shutdownWifiDoesNotCrashWhenSoftApExitsOnDestroyed()
1056 mSoftApListener.onStopped(mSoftApManager); in onDestroyedCallbackDoesNotCrashWhenSoftApModeAlreadyStopped()
1134 mSoftApListener.onStarted(mSoftApManager); in testStopTetheringButNotLOHS()
1152 mSoftApListener.onStopped(mSoftApManager); in testStopTetheringButNotLOHS()
2084 mSoftApListener.onStopped(mSoftApManager); in testReturnToEnabledStateAfterAPModeShutdown()
[all …]
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java446 private SoftApCallback mSoftApListener; field in WifiNl80211Manager.ApInterfaceEventCallback
450 mSoftApListener = listener; in ApInterfaceEventCallback()
463 () -> mSoftApListener.onConnectedClientsChanged(client, isConnected)); in onConnectedClientsChanged()
473 mExecutor.execute(() -> mSoftApListener.onSoftApChannelSwitched(frequency, in onSoftApChannelSwitched()
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java91 private WifiNl80211Manager.SoftApCallback mSoftApListener; field in WifiNl80211ManagerTest
363 TEST_INTERFACE_NAME, Runnable::run, mSoftApListener)); in testTeardownSoftApInterfaceClearsHandles()
755 TEST_INTERFACE_NAME, Runnable::run, mSoftApListener)); in testSoftApListenerInvocation()
760 verify(mSoftApListener).onConnectedClientsChanged(eq(testClient), eq(true)); in testSoftApListenerInvocation()
766 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), in testSoftApListenerInvocation()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java145 private SoftApListener mSoftApListener; field in WifiNative.SoftApListenerFromWificond
150 mSoftApListener = softApListener; in SoftApListenerFromWificond()
155 mSoftApListener.onFailure(); in onFailure()
160 mSoftApListener.onInfoChanged(mIfaceName, frequency, bandwidth, in onSoftApChannelSwitched()
166 mSoftApListener.onConnectedClientsChanged(mIfaceName, in onConnectedClientsChanged()
H A DSoftApManager.java195 private final SoftApListener mSoftApListener = new SoftApListener() { field in SoftApManager
663 mSoftApListener)) { in startSoftAp()