Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_extscan_tlv.c671 wmi_extscan_bucket *dest_blist; in wmi_get_buf_extscan_start_cmd() local
794 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 …]