Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger_diag.h162 }__attribute__((packed)) fw_diag_msg_fixed_hdr_t; typedef
Dwifilogger_diag.cpp857 fw_diag_msg_fixed_hdr_t *diag_msg_fixed_hdr; in process_fw_diag_msg()
865 while (length > (count + sizeof(fw_diag_msg_fixed_hdr_t))) { in process_fw_diag_msg()
866 diag_msg_fixed_hdr = (fw_diag_msg_fixed_hdr_t *)(buf + count); in process_fw_diag_msg()