Searched refs:mgmt_params (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_mgmt.c | 2774 struct wmi_mgmt_params mgmt_params = {}; in wma_process_mgmt_tx_completion() local 2795 mgmt_params.vdev_id = vdev_id; in wma_process_mgmt_tx_completion() 2799 &mgmt_params); in wma_process_mgmt_tx_completion() 4068 struct wmi_mgmt_params *mgmt_params = in wma_mgmt_unified_cmd_send() local 4072 if (!mgmt_params) { in wma_mgmt_unified_cmd_send() 4076 mgmt_params->desc_id = desc_id; in wma_mgmt_unified_cmd_send() 4090 mgmt_params); in wma_mgmt_unified_cmd_send() 4093 = mgmt_params->desc_id; in wma_mgmt_unified_cmd_send() 4095 ret = cdp_mgmt_send_ext(soc, mgmt_params->vdev_id, buf, in wma_mgmt_unified_cmd_send() 4096 mgmt_params->tx_type, in wma_mgmt_unified_cmd_send() [all …]
|
H A D | wma_data.c | 1354 struct wmi_mgmt_params mgmt_params = {}; in wma_mgmt_tx_ack_comp_hdlr() local 1361 mgmt_params.vdev_id = vdev_id; in wma_mgmt_tx_ack_comp_hdlr() 1362 mgmt_txrx_tx_completion_handler(pdev, desc_id, status, &mgmt_params); in wma_mgmt_tx_ack_comp_hdlr()
|
H A D | wma_dev_if.c | 526 struct wmi_mgmt_params mgmt_params = {}; in wma_handle_vdev_detach() local 543 &mgmt_params); in wma_handle_vdev_detach()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_send_management_frames.c | 3209 struct wmi_mgmt_params *mgmt_params = (struct wmi_mgmt_params *)params; in lim_addba_rsp_tx_complete_cnf() local 3254 cdp_addba_resp_tx_completion(soc, mac_hdr->da, mgmt_params->vdev_id, in lim_addba_rsp_tx_complete_cnf() 4057 struct wmi_mgmt_params *mgmt_params = in lim_deauth_tx_complete_cnf() local 4062 if (mgmt_params) in lim_deauth_tx_complete_cnf() 4063 vdev_id = mgmt_params->vdev_id; in lim_deauth_tx_complete_cnf() 4113 struct wmi_mgmt_params *mgmt_params = in lim_deauth_tx_complete_cnf_handler() local 4131 if (mgmt_params) in lim_deauth_tx_complete_cnf_handler() 4132 vdev_id = mgmt_params->vdev_id; in lim_deauth_tx_complete_cnf_handler() 4168 qdf_mem_copy(msg_params, mgmt_params, sizeof(struct wmi_mgmt_params)); in lim_deauth_tx_complete_cnf_handler() 6869 struct wmi_mgmt_params *mgmt_params; local [all …]
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
H A D | wmi_unified_param.h | 3518 struct mgmt_params { struct
|