Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_extscan_tlv.c680 int nbuckets = pstart->num_buckets; in wmi_get_buf_extscan_start_cmd() local
705 len += nbuckets * sizeof(wmi_extscan_bucket); in wmi_get_buf_extscan_start_cmd()
709 for (i = 0; i < nbuckets; i++) { in wmi_get_buf_extscan_start_cmd()
715 nbuckets, nchannels); in wmi_get_buf_extscan_start_cmd()
733 cmd->num_buckets = nbuckets; in wmi_get_buf_extscan_start_cmd()
793 nbuckets * sizeof(wmi_extscan_bucket)); in wmi_get_buf_extscan_start_cmd()
801 for (i = 0; i < nbuckets; i++) { in wmi_get_buf_extscan_start_cmd()
868 buf_ptr += WMI_TLV_HDR_SIZE + (nbuckets * sizeof(wmi_extscan_bucket)); in wmi_get_buf_extscan_start_cmd()