Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_sta_tlv.c1081 uint32_t len, ie_len_aligned; in send_process_set_ie_info_cmd_tlv() local
1084 ie_len_aligned = roundup(ie_info->length, sizeof(uint32_t)); in send_process_set_ie_info_cmd_tlv()
1086 len = sizeof(*cmd) + WMI_TLV_HDR_SIZE + ie_len_aligned; in send_process_set_ie_info_cmd_tlv()
1112 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, ie_len_aligned); in send_process_set_ie_info_cmd_tlv()
H A Dwmi_unified_11be_tlv.c1043 uint32_t ie_len_aligned = 0; in send_mlo_link_removal_cmd_tlv() local
1051 ie_len_aligned = roundup(params->reconfig_ml_ie_size, sizeof(uint32_t)); in send_mlo_link_removal_cmd_tlv()
1054 WMI_TLV_HDR_SIZE + ie_len_aligned; in send_mlo_link_removal_cmd_tlv()
1077 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, ie_len_aligned); in send_mlo_link_removal_cmd_tlv()
H A Dwmi_unified_tlv.c6100 uint32_t ie_len, ie_len_aligned, wmi_buf_len; in send_p2p_go_set_beacon_ie_cmd_tlv() local
6118 ie_len_aligned = roundup(ie_len, sizeof(uint32_t)); in send_p2p_go_set_beacon_ie_cmd_tlv()
6121 sizeof(wmi_p2p_go_set_beacon_ie_fixed_param) + ie_len_aligned + in send_p2p_go_set_beacon_ie_cmd_tlv()
6139 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, ie_len_aligned); in send_p2p_go_set_beacon_ie_cmd_tlv()