Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_extscan_tlv.c673 struct wifi_scan_bucket_params *src_bucket = pstart->buckets; in wmi_get_buf_extscan_start_cmd() local
674 struct wifi_scan_channelspec_params *src_channel = src_bucket->channels; in wmi_get_buf_extscan_start_cmd()
710 nchannels += src_bucket->num_channels; in wmi_get_buf_extscan_start_cmd()
711 src_bucket++; in wmi_get_buf_extscan_start_cmd()
796 src_bucket = pstart->buckets; in wmi_get_buf_extscan_start_cmd()
806 dest_blist->bucket_id = src_bucket->bucket; in wmi_get_buf_extscan_start_cmd()
808 src_bucket->period / base_period; in wmi_get_buf_extscan_start_cmd()
809 dest_blist->min_period = src_bucket->period; in wmi_get_buf_extscan_start_cmd()
810 dest_blist->max_period = src_bucket->max_period; in wmi_get_buf_extscan_start_cmd()
811 dest_blist->exp_backoff = src_bucket->exponent; in wmi_get_buf_extscan_start_cmd()
[all …]