Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.3/vts/functional/
H A Dwifi_sta_iface_hidl_test.cpp98 HIDL_INVOKE(wifi_sta_iface_, getLinkLayerStats_1_3); in TEST_P()
/aosp12/hardware/interfaces/wifi/1.3/
H A DIWifiStaIface.hal44 getLinkLayerStats_1_3() generates (WifiStatus status, StaLinkLayerStats stats);
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_sta_iface.h79 Return<void> getLinkLayerStats_1_3(
H A Dwifi_sta_iface.cpp159 Return<void> WifiStaIface::getLinkLayerStats_1_3( in getLinkLayerStats_1_3() function in android::hardware::wifi::V1_5::implementation::WifiStaIface
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiVendorHal.java1167 iface.getLinkLayerStats_1_3((status, stats) -> { in getWifiLinkLayerStats_1_3_Internal()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java1082 verify(mIWifiStaIfaceV13).getLinkLayerStats_1_3(any()); in testLinkLayerStatsCorrectVersionWithHalV1_3()