Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_sta_tlv.c1231 uint32_t len, list_tlv_len; in send_reject_ap_list_cmd_tlv() local
1239 list_tlv_len = sizeof(*chan_list) * num_of_reject_bssid; in send_reject_ap_list_cmd_tlv()
1241 len = sizeof(*chan_list_fp) + list_tlv_len + WMI_TLV_HDR_SIZE; in send_reject_ap_list_cmd_tlv()
1256 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, list_tlv_len); in send_reject_ap_list_cmd_tlv()
/wlan-driver/qcacld-3.0/components/wmi/src/
Dwmi_unified_roam_tlv.c5632 int len, list_tlv_len; in send_roam_scan_offload_chan_list_cmd_tlv() local
5641 list_tlv_len = WMI_TLV_HDR_SIZE + chan_count * sizeof(uint32_t); in send_roam_scan_offload_chan_list_cmd_tlv()
5642 len = sizeof(wmi_roam_chan_list_fixed_param) + list_tlv_len; in send_roam_scan_offload_chan_list_cmd_tlv()