HomeSort by relevance Sort by last modified time
    Searched defs:fate (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiDiagnostics.java 164 mLog.wC("Failed to start packet fate monitoring");
631 /** Packet fate reporting */
684 for (WifiNative.FateReport fate : fates) {
685 pw.print(fate.toTableRowString());
689 verboseOutput.append(fate.toVerboseStringWithPiiAllowed());
695 pw.format("\n>>> VERBOSE PACKET FATE DUMP <<<\n\n");
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_logger.h 411 WIFI_LOGGER_PACKET_FATE_SUPPORTED = (1 << (8)), // tracks connection packets' fate
446 /* packet fate logs */
583 wifi_tx_packet_fate fate; member in struct:__anon48480
592 wifi_rx_packet_fate fate; member in struct:__anon48481
597 API to start packet fate monitoring.
599 - When HAL is unloaded, all packet fate buffers should be cleared.
607 transmitted for the most recent association. The fate reports
627 received for the most recent association. The fate reports
  /hardware/qcom/wlan/qcwcn/wifi_hal/
pkt_stats.h 415 wifi_tx_packet_fate fate; member in struct:__anon52587
424 wifi_rx_packet_fate fate; member in struct:__anon52588

Completed in 84 milliseconds