Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_extscan_tlv.c973 wmi_extscan_hotlist_entry *dest_hotlist; in send_extscan_start_hotlist_monitor_cmd_tlv() local
990 sizeof(*dest_hotlist)); in send_extscan_start_hotlist_monitor_cmd_tlv()
1038 dest_hotlist = (wmi_extscan_hotlist_entry *) in send_extscan_start_hotlist_monitor_cmd_tlv()
1045 WMITLV_SET_HDR(dest_hotlist, in send_extscan_start_hotlist_monitor_cmd_tlv()
1050 dest_hotlist->min_rssi = src_ap->low; in send_extscan_start_hotlist_monitor_cmd_tlv()
1052 &dest_hotlist->bssid); in send_extscan_start_hotlist_monitor_cmd_tlv()
1055 dest_hotlist->channel, in send_extscan_start_hotlist_monitor_cmd_tlv()
1056 dest_hotlist->min_rssi); in send_extscan_start_hotlist_monitor_cmd_tlv()
1058 dest_hotlist->bssid.mac_addr31to0, in send_extscan_start_hotlist_monitor_cmd_tlv()
1059 dest_hotlist->bssid.mac_addr47to32); in send_extscan_start_hotlist_monitor_cmd_tlv()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_scan_roam.c1639 struct extscan_hotlist_match *dest_hotlist; in wma_extscan_hotlist_match_event_handler() local
1686 dest_hotlist = qdf_mem_malloc(sizeof(*dest_hotlist) + in wma_extscan_hotlist_match_event_handler()
1688 if (!dest_hotlist) in wma_extscan_hotlist_match_event_handler()
1691 dest_ap = &dest_hotlist->ap[0]; in wma_extscan_hotlist_match_event_handler()
1692 dest_hotlist->numOfAps = numap; in wma_extscan_hotlist_match_event_handler()
1693 dest_hotlist->requestId = event->config_request_id; in wma_extscan_hotlist_match_event_handler()
1697 dest_hotlist->moreData = 1; in wma_extscan_hotlist_match_event_handler()
1699 dest_hotlist->moreData = 0; in wma_extscan_hotlist_match_event_handler()
1702 dest_hotlist->requestId, dest_hotlist->numOfAps); in wma_extscan_hotlist_match_event_handler()
1731 dest_hotlist->ap_found = ap_found; in wma_extscan_hotlist_match_event_handler()
[all …]