Searched refs:getWpaDriverFeatureSet (Results 1 – 4 of 4) sorted by relevance
482 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()536 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown()750 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()1286 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal()1314 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal()1347 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardownWithNoVendorHal()1381 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardownWithNoVendorHal()1422 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSwitchClientInterfaceToScanMode()1536 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(ifaceName); in validateSetupClientInterface()1616 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(ifaceName); in validateSetupClientInterfaceForScan()[all …]
3121 assertEquals(0, mDut.getWpaDriverFeatureSet(WLAN0_IFACE_NAME)); in tetGetWpaDriverCapabilitiesOldHal()3139 assertEquals(WIFI_FEATURE_MBO, mDut.getWpaDriverFeatureSet(WLAN0_IFACE_NAME)); in testGetWpaDriverCapabilitiesMbo()3160 mDut.getWpaDriverFeatureSet(WLAN0_IFACE_NAME)); in testGetWpaDriverCapabilitiesOce()3181 mDut.getWpaDriverFeatureSet(WLAN0_IFACE_NAME)); in testGetWpaDriverCapabilities_1_4()
3336 | mSupplicantStaIfaceHal.getWpaDriverFeatureSet(ifaceName);
3158 public long getWpaDriverFeatureSet(@NonNull String ifaceName) { in getWpaDriverFeatureSet() method in SupplicantStaIfaceHal