Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_extscan_tlv.c446 wmi_extscan_wlan_change_bssid_param *dest_chglist; in wmi_get_buf_extscan_change_monitor_cmd() local
488 dest_chglist = (wmi_extscan_wlan_change_bssid_param *) in wmi_get_buf_extscan_change_monitor_cmd()
492 WMITLV_SET_HDR(dest_chglist, in wmi_get_buf_extscan_change_monitor_cmd()
497 dest_chglist->lower_rssi_limit = src_ap->low; in wmi_get_buf_extscan_change_monitor_cmd()
498 dest_chglist->upper_rssi_limit = src_ap->high; in wmi_get_buf_extscan_change_monitor_cmd()
500 &dest_chglist->bssid); in wmi_get_buf_extscan_change_monitor_cmd()
502 wmi_debug("min_rssi: %d", dest_chglist->lower_rssi_limit); in wmi_get_buf_extscan_change_monitor_cmd()
503 dest_chglist++; in wmi_get_buf_extscan_change_monitor_cmd()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_scan_roam.c2092 tSirWifiSignificantChangeEvent *dest_chglist; in wma_extscan_change_results_event_handler() local
2176 dest_chglist = qdf_mem_malloc(sizeof(*dest_chglist) + in wma_extscan_change_results_event_handler()
2179 if (!dest_chglist) in wma_extscan_change_results_event_handler()
2182 dest_ap = &dest_chglist->ap[0]; in wma_extscan_change_results_event_handler()
2193 qdf_mem_free(dest_chglist); in wma_extscan_change_results_event_handler()
2206 dest_chglist->requestId = event->request_id; in wma_extscan_change_results_event_handler()
2207 dest_chglist->moreData = moredata; in wma_extscan_change_results_event_handler()
2208 dest_chglist->numResults = numap; in wma_extscan_change_results_event_handler()
2212 dest_chglist); in wma_extscan_change_results_event_handler()
2214 qdf_mem_free(dest_chglist); in wma_extscan_change_results_event_handler()