Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_sta_iface_hidl_test.cpp126 HIDL_INVOKE(wifi_sta_iface_, getBackgroundScanCapabilities); in TEST_P()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_sta_iface.h63 Return<void> getBackgroundScanCapabilities(
H A Dwifi_sta_iface.cpp108 Return<void> WifiStaIface::getBackgroundScanCapabilities( in getBackgroundScanCapabilities() function in android::hardware::wifi::V1_5::implementation::WifiStaIface
/aosp12/hardware/interfaces/wifi/1.0/
H A DIWifiStaIface.hal200 getBackgroundScanCapabilities()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiVendorHal.java852 iface.getBackgroundScanCapabilities((status, cap) -> { in getBgScanCapabilities()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java791 }).when(mIWifiStaIface).getBackgroundScanCapabilities(any( in testGetBgScanCapabilities()