Home
last modified time | relevance | path

Searched refs:fw_diag_msg_hdr_t (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger_diag.h167 }__attribute__((packed)) fw_diag_msg_hdr_t; typedef
Dwifilogger_diag.cpp839 fw_diag_msg_hdr_t *diag_msg_hdr; in process_fw_diag_msg()
844 while (length > (count + sizeof(fw_diag_msg_hdr_t))) { in process_fw_diag_msg()
845 diag_msg_hdr = (fw_diag_msg_hdr_t *)(buf + count); in process_fw_diag_msg()
959 payloadlen + sizeof(fw_diag_msg_hdr_t)); in process_fw_diag_msg()
965 count += payloadlen + sizeof(fw_diag_msg_hdr_t); in process_fw_diag_msg()