Home
last modified time | relevance | path

Searched refs:wmsg (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/src/
H A Dhost_diag_log.c107 tAniHdr *wmsg = NULL; in host_diag_log_submit() local
128 wmsg = (tAniHdr *) pBuf; in host_diag_log_submit()
129 wmsg->type = PTT_MSG_DIAG_CMDS_TYPE; in host_diag_log_submit()
130 wmsg->length = total_len; in host_diag_log_submit()
131 wmsg->length = DIAG_SWAP16(wmsg->length); in host_diag_log_submit()
139 ptt_sock_send_msg_to_app (wmsg, 0, ANI_NL_MSG_PUMAC, in host_diag_log_submit()
141 qdf_mem_free((void *)wmsg); in host_diag_log_submit()
195 tAniHdr *wmsg = NULL; in host_diag_event_report_payload() local
215 wmsg = (tAniHdr *) pBuf; in host_diag_event_report_payload()
216 wmsg->type = PTT_MSG_DIAG_CMDS_TYPE; in host_diag_event_report_payload()
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/ptt/src/
H A Dwlan_ptt_sock_svc.c119 int ptt_sock_send_msg_to_app(tAniHdr *wmsg, int radio, int src_mod, int pid) in ptt_sock_send_msg_to_app() argument
127 int wmsg_length = be16_to_cpu(wmsg->length); in ptt_sock_send_msg_to_app()
135 payload_len = wmsg_length + sizeof(wnl->radio) + sizeof(*wmsg); in ptt_sock_send_msg_to_app()
158 memcpy(nlmsg_data(nlh) + sizeof(wnl->radio), wmsg, wmsg_length); in ptt_sock_send_msg_to_app()
171 __func__, be16_to_cpu(wmsg->type), pid); in ptt_sock_send_msg_to_app()
215 length = be16_to_cpu(payload->wmsg.length); in ptt_cmd_handler()
232 switch (payload->wmsg.type) { in ptt_cmd_handler()
234 ptt_sock_send_msg_to_app(&payload->wmsg, payload->radio, in ptt_cmd_handler()
239 payload->wmsg.type); in ptt_cmd_handler()
/wlan-driver/qca-wifi-host-cmn/utils/ptt/inc/
H A Dwlan_ptt_sock_svc.h118 int ptt_sock_send_msg_to_app(tAniHdr *wmsg, int radio, int src_mod, int pid);
138 tAniHdr wmsg; member
/wlan-driver/qca-wifi-host-cmn/utils/nlink/inc/
H A Dwlan_nlink_common.h117 tAniHdr wmsg; /* Airgo Message Header */ member
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c569 msg_header.wmsg.type = PTT_MSG_DIAG_CMDS_TYPE; in pkt_stats_fill_headers()
570 msg_header.wmsg.length = cpu_to_be16(skb->len); in pkt_stats_fill_headers()