Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_scan_roam.c1538 wmi_extscan_hotlist_monitor_capabilities *src_hotlist; in wma_extscan_capabilities_event_handler() local
1558 src_hotlist = param_buf->hotlist_capabilities; in wma_extscan_capabilities_event_handler()
1561 if (!src_cache || !src_hotlist || !src_change) { in wma_extscan_capabilities_event_handler()
1576 dest_capab->max_hotlist_bssids = src_hotlist->max_hotlist_entries; in wma_extscan_capabilities_event_handler()
1641 wmi_extscan_wlan_descriptor *src_hotlist; in wma_extscan_hotlist_match_event_handler() local
1661 src_hotlist = param_buf->hotlist_match; in wma_extscan_hotlist_match_event_handler()
1664 if (!src_hotlist || !numap) { in wma_extscan_hotlist_match_event_handler()
1710 dest_ap->channel = src_hotlist->channel; in wma_extscan_hotlist_match_event_handler()
1711 dest_ap->ts = src_hotlist->tstamp; in wma_extscan_hotlist_match_event_handler()
1712 ap_found = src_hotlist->flags & WMI_HOTLIST_FLAG_PRESENCE; in wma_extscan_hotlist_match_event_handler()
[all …]