Searched refs:dest_blist (Results 1 – 1 of 1) sorted by relevance
671 wmi_extscan_bucket *dest_blist; in wmi_get_buf_extscan_start_cmd() local794 dest_blist = (wmi_extscan_bucket *) in wmi_get_buf_extscan_start_cmd()802 WMITLV_SET_HDR(dest_blist, in wmi_get_buf_extscan_start_cmd()806 dest_blist->bucket_id = src_bucket->bucket; in wmi_get_buf_extscan_start_cmd()807 dest_blist->base_period_multiplier = 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()812 dest_blist->exp_max_step_count = src_bucket->step_count; in wmi_get_buf_extscan_start_cmd()813 dest_blist->channel_band = src_bucket->band; in wmi_get_buf_extscan_start_cmd()[all …]