Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_extscan_tlv.c450 uint32_t numap = psigchange->num_ap; in wmi_get_buf_extscan_change_monitor_cmd() local
453 if (!numap || (numap > WMI_WLAN_EXTSCAN_MAX_SIGNIFICANT_CHANGE_APS)) { in wmi_get_buf_extscan_change_monitor_cmd()
458 len += numap * sizeof(wmi_extscan_wlan_change_bssid_param); in wmi_get_buf_extscan_change_monitor_cmd()
476 cmd->total_entries = numap; in wmi_get_buf_extscan_change_monitor_cmd()
478 cmd->num_entries_in_page = numap; in wmi_get_buf_extscan_change_monitor_cmd()
487 numap * sizeof(wmi_extscan_wlan_change_bssid_param)); in wmi_get_buf_extscan_change_monitor_cmd()
491 for (j = 0; j < numap; j++) { in wmi_get_buf_extscan_change_monitor_cmd()
507 (numap * sizeof(wmi_extscan_wlan_change_bssid_param)); in wmi_get_buf_extscan_change_monitor_cmd()
982 uint32_t numap = params->num_ap; in send_extscan_start_hotlist_monitor_cmd_tlv() local
994 if (!numap || (numap > WMI_WLAN_EXTSCAN_MAX_HOTLIST_APS)) { in send_extscan_start_hotlist_monitor_cmd_tlv()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_scan_roam.c1642 uint32_t numap; in wma_extscan_hotlist_match_event_handler() local
1662 numap = event->total_entries; in wma_extscan_hotlist_match_event_handler()
1664 if (!src_hotlist || !numap) { in wma_extscan_hotlist_match_event_handler()
1668 if (numap > param_buf->num_hotlist_match) { in wma_extscan_hotlist_match_event_handler()
1669 wma_err("Invalid no of total enteries %d", numap); in wma_extscan_hotlist_match_event_handler()
1672 if (numap > WMA_EXTSCAN_MAX_HOTLIST_ENTRIES) { in wma_extscan_hotlist_match_event_handler()
1673 wma_err("Total Entries %u greater than max", numap); in wma_extscan_hotlist_match_event_handler()
1674 numap = WMA_EXTSCAN_MAX_HOTLIST_ENTRIES; in wma_extscan_hotlist_match_event_handler()
1679 (numap * sizeof(wmi_extscan_wlan_descriptor)); in wma_extscan_hotlist_match_event_handler()
1682 wma_err("Invalid buf len from FW %d numap %d", len, numap); in wma_extscan_hotlist_match_event_handler()
[all …]