Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_sta_iface_hidl_test.cpp152 HIDL_INVOKE(wifi_sta_iface_, getLinkLayerStats).first.code); in TEST_F()
/hardware/interfaces/wifi/1.0/default/
Dwifi_sta_iface.h72 Return<void> getLinkLayerStats(getLinkLayerStats_cb hidl_status_cb) override;
Dwifi_sta_iface.cpp163 Return<void> WifiStaIface::getLinkLayerStats( in getLinkLayerStats() function in android::hardware::wifi::V1_0::implementation::WifiStaIface
476 legacy_hal_.lock()->getLinkLayerStats(); in getLinkLayerStatsInternal()
Dwifi_legacy_hal.h188 std::pair<wifi_error, LinkLayerStats> getLinkLayerStats();
Dwifi_legacy_hal.cpp605 std::pair<wifi_error, LinkLayerStats> WifiLegacyHal::getLinkLayerStats() { in getLinkLayerStats() function in android::hardware::wifi::V1_0::implementation::legacy_hal::WifiLegacyHal
/hardware/interfaces/wifi/1.0/
DIWifiStaIface.hal329 getLinkLayerStats() generates (WifiStatus status, StaLinkLayerStats stats);
Dtypes.hal477 * Link layer stats retrieved via |getLinkLayerStats|.