Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_utils.c139 param->tmpl_len = wbuf_get_pktlen(nbuf); in iot_sim_update_beacon_template_struct()
140 param->tmpl_len_aligned = roundup(param->tmpl_len, in iot_sim_update_beacon_template_struct()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
Dwlan_vdev_mgr_tgt_if_tx_defs.h343 uint32_t tmpl_len; member
389 uint32_t tmpl_len; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c2179 uint32_t tmpl_len, tmpl_len_aligned; in wma_unified_bcn_tmpl_send() local
2207 tmpl_len = *(uint32_t *) &bcn_info->beacon[0]; in wma_unified_bcn_tmpl_send()
2209 tmpl_len = bcn_info->beaconLength; in wma_unified_bcn_tmpl_send()
2211 if (tmpl_len > WMI_BEACON_TX_BUFFER_SIZE) { in wma_unified_bcn_tmpl_send()
2212 wma_err("tmpl_len: %d > %d. Invalid tmpl len", tmpl_len, in wma_unified_bcn_tmpl_send()
2218 if (tmpl_len <= p2p_ie_len) { in wma_unified_bcn_tmpl_send()
2220 tmpl_len, p2p_ie_len); in wma_unified_bcn_tmpl_send()
2223 tmpl_len -= (uint32_t) p2p_ie_len; in wma_unified_bcn_tmpl_send()
2227 tmpl_len_aligned = roundup(tmpl_len, sizeof(A_UINT32)); in wma_unified_bcn_tmpl_send()
2242 params.tmpl_len = tmpl_len; in wma_unified_bcn_tmpl_send()
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_api.c544 fd_params->tmpl_len = n_bytes; in lim_send_fils_discovery_template()
545 fd_params->tmpl_len_aligned = roundup(fd_params->tmpl_len, in lim_send_fils_discovery_template()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c3430 cmd->buf_len = param->tmpl_len; in send_fd_tmpl_cmd_tlv()
3435 qdf_mem_copy(buf_ptr, param->frm, param->tmpl_len); in send_fd_tmpl_cmd_tlv()
3490 cmd->buf_len = param->tmpl_len; in send_beacon_tmpl_send_cmd_tlv()
3514 param->tmpl_len); in send_beacon_tmpl_send_cmd_tlv()
3516 buf_ptr += roundup(param->tmpl_len, sizeof(uint32_t)); in send_beacon_tmpl_send_cmd_tlv()
5910 uint32_t tmpl_len, tmpl_len_aligned, wmi_buf_len; in send_probe_rsp_tmpl_send_cmd_tlv() local
5916 tmpl_len = probe_rsp_info->prb_rsp_template_len; in send_probe_rsp_tmpl_send_cmd_tlv()
5917 tmpl_len_aligned = roundup(tmpl_len, sizeof(uint32_t)); in send_probe_rsp_tmpl_send_cmd_tlv()
5943 cmd->buf_len = tmpl_len; in send_probe_rsp_tmpl_send_cmd_tlv()
5956 qdf_mem_copy(buf_ptr, probe_rsp_info->prb_rsp_template_frm, tmpl_len); in send_probe_rsp_tmpl_send_cmd_tlv()