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

  /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:__anon31094
592 wifi_rx_packet_fate fate; member in struct:__anon31095
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 403 wifi_tx_packet_fate fate; member in struct:__anon34759
412 wifi_rx_packet_fate fate; member in struct:__anon34760
wifilogger.cpp 600 API to start packet fate monitoring.
602 - When HAL is unloaded, all packet fate buffers should be cleared.
635 transmitted for the most recent association. The fate reports
668 tx_report_bufs[i].fate = tx_fate_stats[i].fate;
705 received for the most recent association. The fate reports
738 rx_report_bufs[i].fate = rx_fate_stats[i].fate;
    [all...]
wifilogger_diag.cpp     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLogger.java 156 Log.e(TAG, "Failed to start packet fate monitoring");
619 /** Packet fate reporting */
672 for (WifiNative.FateReport fate : fates) {
673 pw.print(fate.toTableRowString());
677 verboseOutput.append(fate.toVerboseStringWithPiiAllowed());
683 pw.format("\n>>> VERBOSE PACKET FATE DUMP <<<\n\n");
WifiNative.java     [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp     [all...]

Completed in 119 milliseconds