Home
last modified time | relevance | path

Searched refs:fate (Results 1 – 7 of 7) 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/qcom/wlan/qcwcn/wifi_hal/
Dpkt_stats.h415 wifi_tx_packet_fate fate; member
424 wifi_rx_packet_fate fate; member
Dwifilogger.cpp668 tx_report_bufs[i].fate = tx_fate_stats[i].fate; in wifi_get_tx_pkt_fates()
738 rx_report_bufs[i].fate = rx_fate_stats[i].fate; in wifi_get_rx_pkt_fates()
Dwifilogger_diag.cpp1879 pkt_fate_stats->fate = (wifi_tx_packet_fate)log->status; in parse_tx_pkt_fate_stats()
1919 pkt_fate_stats->fate = (wifi_rx_packet_fate)log->status; in parse_rx_pkt_fate_stats()
/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.hal2103 * Enum describing the fate of the TX packets.
2152 * Enum describing the fate of the TX packets.
2262 * Struct describing packet fate report for each Tx frame.
2265 WifiDebugTxPacketFate fate;
2270 * Struct describing packet fate report for each Rx frame.
2273 WifiDebugRxPacketFate fate;
/hardware/interfaces/wifi/1.0/default/
Dhidl_struct_util.cpp529 legacy_hal::wifi_tx_packet_fate fate) { in convertLegacyDebugTxPacketFateToHidl() argument
530 switch (fate) { in convertLegacyDebugTxPacketFateToHidl()
552 CHECK(false) << "Unknown legacy fate type: " << fate; in convertLegacyDebugTxPacketFateToHidl()
556 legacy_hal::wifi_rx_packet_fate fate) { in convertLegacyDebugRxPacketFateToHidl() argument
557 switch (fate) { in convertLegacyDebugRxPacketFateToHidl()
581 CHECK(false) << "Unknown legacy fate type: " << fate; in convertLegacyDebugRxPacketFateToHidl()
623 hidl_fate->fate = convertLegacyDebugTxPacketFateToHidl(legacy_fate.fate); in convertLegacyDebugTxPacketFateToHidl()
652 hidl_fate->fate = convertLegacyDebugRxPacketFateToHidl(legacy_fate.fate); in convertLegacyDebugRxPacketFateToHidl()