Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/scan/src/
Dtarget_if_scan.c76 struct scan_event_info *event_info; in target_if_scan_event_handler() local
98 event_info = qdf_mem_malloc(sizeof(*event_info)); in target_if_scan_event_handler()
100 if (!event_info) in target_if_scan_event_handler()
104 &(event_info->event))) { in target_if_scan_event_handler()
106 qdf_mem_free(event_info); in target_if_scan_event_handler()
117 status = scan_rx_ops->scan_ev_handler(psoc, event_info); in target_if_scan_event_handler()
119 qdf_mem_free(event_info); in target_if_scan_event_handler()
123 qdf_mem_free(event_info); in target_if_scan_event_handler()
135 struct scan_event_info *event_info; in target_if_nlo_complete_handler() local
158 event_info = qdf_mem_malloc(sizeof(*event_info)); in target_if_nlo_complete_handler()
[all …]
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/
Dwlan_p2p_tgt_api.c79 struct p2p_lo_event *event_info) in tgt_p2p_lo_event_cb() argument
86 p2p_debug("soc:%pK, event_info:%pK", psoc, event_info); in tgt_p2p_lo_event_cb()
90 if (event_info) in tgt_p2p_lo_event_cb()
91 qdf_mem_free(event_info); in tgt_p2p_lo_event_cb()
99 if (event_info) in tgt_p2p_lo_event_cb()
100 qdf_mem_free(event_info); in tgt_p2p_lo_event_cb()
104 if (!event_info) { in tgt_p2p_lo_event_cb()
111 qdf_mem_free(event_info); in tgt_p2p_lo_event_cb()
116 lo_stop_event->lo_event = event_info; in tgt_p2p_lo_event_cb()
137 struct p2p_set_mac_filter_evt *event_info) in tgt_p2p_add_mac_addr_status_event_cb() argument
[all …]
Dwlan_p2p_mcc_quota_tgt_api.c32 struct mcc_quota_info *event_info) in tgt_p2p_mcc_quota_event_cb() argument
34 if (!event_info) { in tgt_p2p_mcc_quota_event_cb()
44 return p2p_mcc_quota_event_process(psoc, event_info); in tgt_p2p_mcc_quota_event_cb()
/wlan-driver/qcacld-3.0/components/target_if/p2p/src/
Dtarget_if_p2p.c66 struct p2p_lo_event *event_info; in target_p2p_lo_event_handler() local
89 event_info = qdf_mem_malloc(sizeof(*event_info)); in target_p2p_lo_event_handler()
90 if (!event_info) in target_p2p_lo_event_handler()
94 event_info)) { in target_p2p_lo_event_handler()
96 qdf_mem_free(event_info); in target_p2p_lo_event_handler()
102 status = p2p_rx_ops->lo_ev_handler(psoc, event_info); in target_p2p_lo_event_handler()
106 qdf_mem_free(event_info); in target_p2p_lo_event_handler()
220 struct p2p_noa_info *event_info; in target_p2p_noa_event_handler() local
243 event_info = qdf_mem_malloc(sizeof(*event_info)); in target_p2p_noa_event_handler()
244 if (!event_info) in target_p2p_noa_event_handler()
[all …]
Dtarget_if_p2p_mcc_quota.c45 struct mcc_quota_info *event_info; in target_if_mcc_quota_event_handler() local
69 event_info = qdf_mem_malloc(sizeof(*event_info)); in target_if_mcc_quota_event_handler()
70 if (!event_info) in target_if_mcc_quota_event_handler()
74 event_info)) { in target_if_mcc_quota_event_handler()
76 qdf_mem_free(event_info); in target_if_mcc_quota_event_handler()
82 qdf_mem_free(event_info); in target_if_mcc_quota_event_handler()
87 status = p2p_rx_ops->mcc_quota_ev_handler(psoc, event_info); in target_if_mcc_quota_event_handler()
94 qdf_mem_free(event_info); in target_if_mcc_quota_event_handler()
/wlan-driver/qcacld-3.0/components/p2p/core/src/
Dwlan_p2p_mcc_quota.c79 struct mcc_quota_info *event_info) in p2p_mcc_quota_event_process() argument
84 if (!event_info) { in p2p_mcc_quota_event_process()
105 context.quota_info = event_info; in p2p_mcc_quota_event_process()
115 event_info); in p2p_mcc_quota_event_process()
Dwlan_p2p_mcc_quota.h39 struct mcc_quota_info *event_info);
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_tgt_api.c284 struct scan_event_info *event_info) in tgt_scan_event_handler() argument
287 struct scan_event *event = &event_info->event; in tgt_scan_event_handler()
291 if (!psoc || !event_info) { in tgt_scan_event_handler()
292 scm_err("psoc: 0x%pK, event_info: 0x%pK", psoc, event_info); in tgt_scan_event_handler()
296 event_info->vdev = in tgt_scan_event_handler()
299 if (!event_info->vdev) { in tgt_scan_event_handler()
303 msg.bodyptr = event_info; in tgt_scan_event_handler()
311 wlan_objmgr_vdev_release_ref(event_info->vdev, WLAN_SCAN_ID); in tgt_scan_event_handler()
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/inc/
Dwlan_p2p_tgt_api.h50 struct p2p_lo_event *event_info);
193 struct p2p_noa_info *event_info);
207 struct p2p_set_mac_filter_evt *event_info);
Dwlan_p2p_mcc_quota_tgt_api.h56 struct mcc_quota_info *event_info);
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_manager.c1715 struct scan_event_info *event_info; in scm_scan_event_handler() local
1732 event_info = msg->bodyptr; in scm_scan_event_handler()
1733 vdev = event_info->vdev; in scm_scan_event_handler()
1734 event = &(event_info->event); in scm_scan_event_handler()
1825 qdf_mem_free(event_info); in scm_scan_event_handler()
1837 struct scan_event_info *event_info; in scm_scan_event_flush_callback() local
1845 event_info = msg->bodyptr; in scm_scan_event_flush_callback()
1846 vdev = event_info->vdev; in scm_scan_event_flush_callback()
1847 event = &event_info->event; in scm_scan_event_flush_callback()
1854 qdf_mem_free(event_info); in scm_scan_event_flush_callback()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
Dwlan_scan_tgt_api.h64 struct scan_event_info *event_info);
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h623 struct scan_event_info *event_info);
2107 struct p2p_lo_event *event_info);
2110 struct p2p_noa_info *event_info);
2113 struct p2p_set_mac_filter_evt *event_info);
2116 struct mcc_quota_info *event_info);
/wlan-driver/qcacld-3.0/core/sme/src/qos/
Dsme_qos.c3535 uint8_t sessionid, void *event_info) in sme_qos_process_ft_reassoc_rsp_ev() argument
4315 uint8_t sessionid, void *event_info) in sme_qos_process_reassoc_success_ev() argument
4334 if (!event_info) { in sme_qos_process_reassoc_success_ev()
4339 if (!((sme_QosAssocInfo *)event_info)->bss_desc) { in sme_qos_process_reassoc_success_ev()
4343 status = sme_qos_save_assoc_info(qos_session, event_info); in sme_qos_process_reassoc_success_ev()
4363 event_info); in sme_qos_process_reassoc_success_ev()
4377 mac_ctx, sessionid, event_info); in sme_qos_process_reassoc_success_ev()
4742 uint8_t sessionid, void *event_info) in sme_qos_process_preauth_success_ind() argument
4864 uint8_t sessionid, void *event_info) in sme_qos_process_preauth_success_ind() argument
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_nan_tlv.c80 nan_evt_info = event->event_info; in extract_nan_event_rsp_tlv()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c5745 uint8_t *event_info, in wma_vdev_bcn_latency_event_handler() argument
5754 param_buf = (WMI_VDEV_BCN_LATENCY_EVENTID_param_tlvs *)event_info; in wma_vdev_bcn_latency_event_handler()
/wlan-driver/fw-api/fw/
Dwmi_tlv_defs.h6481 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_nan_event_info, event_info, WMITLV_SIZE_VAR)