Searched refs:mHostapdHal (Results 1 – 6 of 6) sorted by relevance
79 @Mock private HostapdHal mHostapdHal; field in WifiNativeInterfaceManagementTest428 verify(mHostapdHal).terminate(); in testTeardownAllInterfaces()466 mInOrder.verify(mHostapdHal).initialize(); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()467 mInOrder.verify(mHostapdHal).startDaemon(); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()734 mInOrder.verify(mHostapdHal).initialize(); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()1066 mInOrder.verify(mHostapdHal).initialize(); in testSetupSoftApInterfaceFailureInStartHostapd()1092 mInOrder.verify(mHostapdHal).initialize(); in testSetupSoftApInterfaceFailureInHalCreateApIface()1122 mInOrder.verify(mHostapdHal).initialize(); in testSetupSoftApInterfaceFailureInHalGetBridgedInstances()1163 mInOrder.verify(mHostapdHal).initialize(); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode()1293 mInOrder.verify(mHostapdHal).initialize(); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal()[all …]
93 private HostapdHal mHostapdHal; field in HostapdHalTest191 mHostapdHal = new HostapdHalSpy(); in setUp()380 mHostapdHal = new HostapdHalSpy(); in testAddAccessPointSuccess_Psk_Band2G_WithACS()420 mHostapdHal = new HostapdHalSpy(); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC()459 mHostapdHal = new HostapdHalSpy(); in testAddAccessPointSuccess_Psk_BandAny_WithACS()496 mHostapdHal = new HostapdHalSpy(); in testAddAccessPointSuccess_Psk_WithoutACS()561 mHostapdHal = new HostapdHalSpy(); in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()1072 mHostapdHal = new HostapdHalSpy(); in testAddAccessPointSuccess_SAE_WithoutACS()1119 mHostapdHal = new HostapdHalSpy(); in testAddAccessPointSuccess_SAE_Transition_WithoutACS()1168 mHostapdHal = new HostapdHalSpy(); in testAddAccessPointFailure_SAEWithOldHal()[all …]
85 @Mock HostapdHal mHostapdHal; field in WifiShellCommandTest111 when(mWifiInjector.getHostapdHal()).thenReturn(mHostapdHal); in setUp()
244 @Mock private HostapdHal mHostapdHal; field in WifiNativeTest291 mWifiVendorHal, mStaIfaceHal, mHostapdHal, mWificondControl, in setUp()
88 private final HostapdHal mHostapdHal; field in WifiNative115 mHostapdHal = hostapdHal; in WifiNative()134 mHostapdHal.enableVerboseLogging(mVerboseLoggingEnabled); in enableVerboseLogging()573 if (!mHostapdHal.registerDeathHandler( in startHostapd()587 if (!mHostapdHal.deregisterDeathHandler()) { in stopHostapdIfNecessary()590 mHostapdHal.terminate(); in stopHostapdIfNecessary()650 if (!mHostapdHal.removeAccessPoint(iface.name)) { in onSoftApInterfaceDestroyed()1906 if (!mHostapdHal.isInitializationStarted()1907 && !mHostapdHal.initialize()) {1910 if (!mHostapdHal.startDaemon()) {[all …]
152 private final HostapdHal mHostapdHal; field in WifiInjector303 mHostapdHal = new HostapdHal(mContext, wifiHandler); in WifiInjector()307 mWifiVendorHal, mSupplicantStaIfaceHal, mHostapdHal, mWifiCondManager, in WifiInjector()950 return mHostapdHal; in getHostapdHal()