Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_ch_select.c300 qdf_list_node_t *cur_lst = NULL, *next_lst = NULL; in sap_process_avoid_ie() local
324 cur_lst, &next_lst); in sap_process_avoid_ie()
325 cur_lst = next_lst; in sap_process_avoid_ie()
326 next_lst = NULL; in sap_process_avoid_ie()
362 qdf_list_peek_next(scan_list, cur_lst, &next_lst); in sap_process_avoid_ie()
363 cur_lst = next_lst; in sap_process_avoid_ie()
364 next_lst = NULL; in sap_process_avoid_ie()
1556 qdf_list_node_t *cur_lst = NULL, *next_lst = NULL; in sap_compute_spect_weight() local
1610 qdf_list_peek_next(scan_list, cur_lst, &next_lst); in sap_compute_spect_weight()
1611 cur_lst = next_lst; in sap_compute_spect_weight()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_cache_db.c1511 qdf_list_node_t *cur_lst = NULL, *next_lst = NULL; in scm_purge_scan_results() local
1522 scan_list, cur_lst, &next_lst); in scm_purge_scan_results()
1531 cur_lst = next_lst; in scm_purge_scan_results()
1532 next_lst = NULL; in scm_purge_scan_results()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_son.c2142 qdf_list_node_t *cur_lst = NULL, *next_lst = NULL; in get_son_acs_report_values() local
2162 qdf_list_peek_next(scan_list, cur_lst, &next_lst); in get_son_acs_report_values()
2194 cur_lst = next_lst; in get_son_acs_report_values()
2195 next_lst = NULL; in get_son_acs_report_values()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c2035 qdf_list_node_t *next_lst = NULL; in wlan_cm_init_occupied_ch_freq_list() local
2110 qdf_list_peek_next(list, cur_lst, &next_lst); in wlan_cm_init_occupied_ch_freq_list()
2111 cur_lst = next_lst; in wlan_cm_init_occupied_ch_freq_list()
2112 next_lst = NULL; in wlan_cm_init_occupied_ch_freq_list()