Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c6500 struct cfg_action_frm_tb_ppdu *cfg_msg; in lim_send_action_frm_tb_ppdu_cfg() local
6511 data_buf = qdf_mem_malloc(frm_len + sizeof(*cfg_msg)); in lim_send_action_frm_tb_ppdu_cfg()
6515 cfg_msg = (struct cfg_action_frm_tb_ppdu *)data_buf; in lim_send_action_frm_tb_ppdu_cfg()
6517 frm = (tDot11fvendor_action_frame *)(data_buf + sizeof(*cfg_msg)); in lim_send_action_frm_tb_ppdu_cfg()
6527 cfg_msg->vdev_id = vdev_id; in lim_send_action_frm_tb_ppdu_cfg()
6528 cfg_msg->cfg = cfg; in lim_send_action_frm_tb_ppdu_cfg()
6529 cfg_msg->frm_len = frm_len; in lim_send_action_frm_tb_ppdu_cfg()
6530 cfg_msg->data = (uint8_t *)frm; in lim_send_action_frm_tb_ppdu_cfg()
6533 msg.bodyptr = cfg_msg; in lim_send_action_frm_tb_ppdu_cfg()
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c11437 struct sir_cfg_action_frm_tb_ppdu *cfg_msg; in sme_config_action_tx_in_tb_ppdu() local
11444 cfg_msg = qdf_mem_malloc(sizeof(*cfg_msg)); in sme_config_action_tx_in_tb_ppdu()
11445 if (!cfg_msg) in sme_config_action_tx_in_tb_ppdu()
11448 cfg_msg->type = WNI_SME_CFG_ACTION_FRM_HE_TB_PPDU; in sme_config_action_tx_in_tb_ppdu()
11449 cfg_msg->vdev_id = session_id; in sme_config_action_tx_in_tb_ppdu()
11450 cfg_msg->cfg = cfg_val; in sme_config_action_tx_in_tb_ppdu()
11452 msg.bodyptr = cfg_msg; in sme_config_action_tx_in_tb_ppdu()
11459 qdf_mem_free(cfg_msg); in sme_config_action_tx_in_tb_ppdu()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c10433 struct cfg_action_frm_tb_ppdu_param *cfg_msg) in send_cfg_action_frm_tb_ppdu_cmd_tlv() argument
10441 frm_len_aligned = roundup(cfg_msg->frm_len, sizeof(uint32_t)); in send_cfg_action_frm_tb_ppdu_cmd_tlv()
10459 cmd->enable = cfg_msg->cfg; in send_cfg_action_frm_tb_ppdu_cmd_tlv()
10460 cmd->data_len = cfg_msg->frm_len; in send_cfg_action_frm_tb_ppdu_cmd_tlv()
10466 qdf_mem_copy(buf_ptr, cfg_msg->data, cmd->data_len); in send_cfg_action_frm_tb_ppdu_cmd_tlv()