Searched refs:getWpaDriverFeatureSet (Results 1 – 4 of 4) sorted by relevance
447 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()500 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown()712 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()1136 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal()1162 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal()1191 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardownWithNoVendorHal()1223 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardownWithNoVendorHal()1262 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSwitchClientInterfaceToScanMode()1294 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(IFACE_NAME_0); in testSwitchClientInterfaceToConnectivityMode()1370 mInOrder.verify(mSupplicantStaIfaceHal).getWpaDriverFeatureSet(ifaceName); in validateSetupClientInterface()[all …]
2623 assertEquals(0, mDut.getWpaDriverFeatureSet(WLAN0_IFACE_NAME)); in tetGetWpaDriverCapabilitiesOldHal()2641 assertEquals(WIFI_FEATURE_MBO, mDut.getWpaDriverFeatureSet(WLAN0_IFACE_NAME)); in testGetWpaDriverCapabilitiesMbo()2662 mDut.getWpaDriverFeatureSet(WLAN0_IFACE_NAME)); in testGetWpaDriverCapabilitiesOce()
2904 | mSupplicantStaIfaceHal.getWpaDriverFeatureSet(ifaceName);
2903 public long getWpaDriverFeatureSet(@NonNull String ifaceName) { in getWpaDriverFeatureSet() method in SupplicantStaIfaceHal