Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c8935 struct sir_md_evt *md_event; in wma_motion_det_host_event_handler() local
8953 md_event = qdf_mem_malloc(sizeof(*md_event)); in wma_motion_det_host_event_handler()
8954 if (!md_event) in wma_motion_det_host_event_handler()
8957 md_event->vdev_id = motion_det_event_hdr->vdev_id; in wma_motion_det_host_event_handler()
8958 md_event->status = motion_det_event_hdr->status; in wma_motion_det_host_event_handler()
8960 pmac->sme.md_host_evt_cb(pmac->sme.md_ctx, md_event); in wma_motion_det_host_event_handler()
8962 qdf_mem_free(md_event); in wma_motion_det_host_event_handler()