Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_logger.h583 wifi_tx_packet_fate fate; member
592 wifi_rx_packet_fate fate; member
/hardware/interfaces/wifi/1.0/
DIWifiStaIface.hal92 * Support for tracking connection packets' fate.
478 * API to start packet fate monitoring.
481 * - When HAL is unloaded, all packet fate buffers must be cleared.
499 * The fate reports must follow the same order as their respective
527 * The fate reports must follow the same order as their respective
Dtypes.hal2105 * Enum describing the fate of the TX packets.
2154 * Enum describing the fate of the TX packets.
2264 * Struct describing packet fate report for each Tx frame.
2267 WifiDebugTxPacketFate fate;
2272 * Struct describing packet fate report for each Rx frame.
2275 WifiDebugRxPacketFate fate;
/hardware/interfaces/wifi/1.2/default/
Dhidl_struct_util.cpp640 legacy_hal::wifi_tx_packet_fate fate) { in convertLegacyDebugTxPacketFateToHidl() argument
641 switch (fate) { in convertLegacyDebugTxPacketFateToHidl()
663 CHECK(false) << "Unknown legacy fate type: " << fate; in convertLegacyDebugTxPacketFateToHidl()
667 legacy_hal::wifi_rx_packet_fate fate) { in convertLegacyDebugRxPacketFateToHidl() argument
668 switch (fate) { in convertLegacyDebugRxPacketFateToHidl()
692 CHECK(false) << "Unknown legacy fate type: " << fate; in convertLegacyDebugRxPacketFateToHidl()
734 hidl_fate->fate = convertLegacyDebugTxPacketFateToHidl(legacy_fate.fate); in convertLegacyDebugTxPacketFateToHidl()
763 hidl_fate->fate = convertLegacyDebugRxPacketFateToHidl(legacy_fate.fate); in convertLegacyDebugRxPacketFateToHidl()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger.cpp682 tx_report_bufs[i].fate = tx_fate_stats[i].fate; in wifi_get_tx_pkt_fates()
752 rx_report_bufs[i].fate = rx_fate_stats[i].fate; in wifi_get_rx_pkt_fates()
Dwifilogger_diag.cpp1882 pkt_fate_stats->fate = (wifi_tx_packet_fate)log->status; in parse_tx_pkt_fate_stats()
1922 pkt_fate_stats->fate = (wifi_rx_packet_fate)log->status; in parse_rx_pkt_fate_stats()