Home
last modified time | relevance | path

Searched refs:getLinkLayerStats (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.3/
H A Dtypes.hal78 * Link layer stats retrieved via |getLinkLayerStats|.
/aosp12/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_sta_iface_hidl_test.cpp167 HIDL_INVOKE(wifi_sta_iface_, getLinkLayerStats).first.code); in TEST_P()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_sta_iface.h77 Return<void> getLinkLayerStats(
H A Dwifi_sta_iface.cpp152 Return<void> WifiStaIface::getLinkLayerStats( in getLinkLayerStats() function in android::hardware::wifi::V1_5::implementation::WifiStaIface
495 legacy_hal_.lock()->getLinkLayerStats(ifname_); in getLinkLayerStatsInternal_1_5()
H A Dwifi_legacy_hal.h530 std::pair<wifi_error, LinkLayerStats> getLinkLayerStats(
H A Dwifi_legacy_hal.cpp712 std::pair<wifi_error, LinkLayerStats> WifiLegacyHal::getLinkLayerStats( in getLinkLayerStats() function in android::hardware::wifi::V1_5::implementation::legacy_hal::WifiLegacyHal
/aosp12/hardware/interfaces/wifi/1.5/
H A Dtypes.hal272 * Link layer stats retrieved via |getLinkLayerStats|.
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java1061 doNothing().when(mIWifiStaIface).getLinkLayerStats(any()); in testLinkLayerStatsEnableAfterStartup()
1071 verify(mIWifiStaIface, times(2)).getLinkLayerStats(any()); in testLinkLayerStatsEnableAfterStartup()
1106 doNothing().when(mIWifiStaIface).getLinkLayerStats(any()); in testLinkLayerStatsNotEnabledAndHarmlessInApMode()
1115 verify(mIWifiStaIface, never()).getLinkLayerStats(any()); in testLinkLayerStatsNotEnabledAndHarmlessInApMode()
/aosp12/hardware/interfaces/wifi/1.0/
H A DIWifiStaIface.hal329 getLinkLayerStats() generates (WifiStatus status, StaLinkLayerStats stats);
H A Dtypes.hal477 * Link layer stats retrieved via |getLinkLayerStats|.
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiVendorHal.java1144 iface.getLinkLayerStats((status, stats) -> { in getWifiLinkLayerStats_internal()