Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_scan_roam.c406 uint16_t ie_len_pad; in wma_process_set_pdev_ht_ie_req() local
410 ie_len_pad = roundup(ie_params->ie_len, sizeof(uint32_t)); in wma_process_set_pdev_ht_ie_req()
411 len += ie_len_pad; in wma_process_set_pdev_ht_ie_req()
428 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, ie_len_pad); in wma_process_set_pdev_ht_ie_req()
458 uint16_t ie_len_pad; in wma_process_set_pdev_vht_ie_req() local
462 ie_len_pad = roundup(ie_params->ie_len, sizeof(uint32_t)); in wma_process_set_pdev_vht_ie_req()
463 len += ie_len_pad; in wma_process_set_pdev_vht_ie_req()
480 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, ie_len_pad); in wma_process_set_pdev_vht_ie_req()