Searched refs:src_bucket (Results 1 – 1 of 1) sorted by relevance
673 struct wifi_scan_bucket_params *src_bucket = pstart->buckets; in wmi_get_buf_extscan_start_cmd() local674 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 …]