Searched refs:tmpl_len_aligned (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/ |
H A D | wlan_vdev_mgr_tgt_if_tx_defs.h | 344 uint32_t tmpl_len_aligned; member 390 uint32_t tmpl_len_aligned; member
|
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/ |
H A D | iot_sim_utils.c | 140 param->tmpl_len_aligned = roundup(param->tmpl_len, in iot_sim_update_beacon_template_struct()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_mgmt.c | 2179 uint32_t tmpl_len, tmpl_len_aligned; in wma_unified_bcn_tmpl_send() local 2227 tmpl_len_aligned = roundup(tmpl_len, sizeof(A_UINT32)); in wma_unified_bcn_tmpl_send() 2244 params.tmpl_len_aligned = tmpl_len_aligned; in wma_unified_bcn_tmpl_send()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_api.c | 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/ |
H A D | wmi_unified_tlv.c | 3419 WMI_TLV_HDR_SIZE + param->tmpl_len_aligned; in send_fd_tmpl_cmd_tlv() 3433 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, param->tmpl_len_aligned); in send_fd_tmpl_cmd_tlv() 3469 param->tmpl_len_aligned + in send_beacon_tmpl_send_cmd_tlv() 3505 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, param->tmpl_len_aligned); 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 5917 tmpl_len_aligned = roundup(tmpl_len, sizeof(uint32_t)); in send_probe_rsp_tmpl_send_cmd_tlv() 5921 tmpl_len_aligned + in send_probe_rsp_tmpl_send_cmd_tlv() 5954 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, tmpl_len_aligned); in send_probe_rsp_tmpl_send_cmd_tlv() 5957 buf_ptr += tmpl_len_aligned; in send_probe_rsp_tmpl_send_cmd_tlv()
|