Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_sta_iface_hidl_test.cpp96 HIDL_INVOKE(wifi_sta_iface_, getLinkLayerStats_1_5); in TEST_P()
/aosp12/hardware/interfaces/wifi/1.5/
H A DIWifiStaIface.hal43 getLinkLayerStats_1_5() generates (WifiStatus status, StaLinkLayerStats stats);
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_sta_iface.h81 Return<void> getLinkLayerStats_1_5(
H A Dwifi_sta_iface.cpp166 Return<void> WifiStaIface::getLinkLayerStats_1_5( in getLinkLayerStats_1_5() function in android::hardware::wifi::V1_5::implementation::WifiStaIface
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiVendorHal.java1190 iface.getLinkLayerStats_1_5((status, stats) -> { in getWifiLinkLayerStats_1_5_Internal()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java1093 verify(mIWifiStaIfaceV15).getLinkLayerStats_1_5(any()); in testLinkLayerStatsCorrectVersionWithHalV1_5()