Searched refs:isStaSetMacAddressSupported (Results 1 – 4 of 4) sorted by relevance
984 mWifiNative.isStaSetMacAddressSupported(WIFI_IFACE_NAME); in testIsStaSetMacAddressSupported()985 verify(mWifiVendorHal).isStaSetMacAddressSupported(WIFI_IFACE_NAME); in testIsStaSetMacAddressSupported()
3653 assertTrue(mWifiVendorHal.isStaSetMacAddressSupported(TEST_IFACE_NAME)); in testIsStaSetMacAddressSupportedWhenV1_2Support()3661 assertFalse(mWifiVendorHal.isStaSetMacAddressSupported(TEST_IFACE_NAME)); in testIsSetMacAddressSupportedOnOlderHal()
2008 public boolean isStaSetMacAddressSupported(@NonNull String interfaceName) {2009 return mWifiVendorHal.isStaSetMacAddressSupported(interfaceName);
1795 public boolean isStaSetMacAddressSupported(@NonNull String ifaceName) { in isStaSetMacAddressSupported() method in WifiVendorHal