/wlan-driver/qcacld-3.0/components/denylist_mgr/core/inc/ |
H A D | wlan_dlm_core.h | 28 #define DLM_IS_AP_AVOIDED_BY_USERSPACE(cur_node) \ argument 29 (cur_node)->userspace_avoidlist 31 #define DLM_IS_AP_AVOIDED_BY_DRIVER(cur_node) \ argument 32 (cur_node)->driver_avoidlist 34 #define DLM_IS_AP_DENYLISTED_BY_USERSPACE(cur_node) \ argument 35 (cur_node)->userspace_denylist 37 #define DLM_IS_AP_DENYLISTED_BY_DRIVER(cur_node) \ argument 38 (cur_node)->driver_denylist 40 #define DLM_IS_AP_IN_MONITOR_LIST(cur_node) \ argument 41 (cur_node)->driver_monitorlist [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/ |
H A D | wlan_scan_cache_db.c | 98 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in scm_is_rnr_present() local 105 qdf_list_peek_front(&chan->rnr_list, &cur_node); in scm_is_rnr_present() 106 while (cur_node) { in scm_is_rnr_present() 107 rnr_node = qdf_container_of(cur_node, in scm_is_rnr_present() 114 status = qdf_list_peek_next(&chan->rnr_list, cur_node, in scm_is_rnr_present() 118 cur_node = next_node; in scm_is_rnr_present() 449 qdf_list_node_t *cur_node) in scm_get_next_valid_node() argument 455 if (cur_node) in scm_get_next_valid_node() 456 qdf_list_peek_next(list, cur_node, &next_node); in scm_get_next_valid_node() 491 qdf_list_t *list, struct scan_cache_node *cur_node) in scm_get_next_node() argument [all …]
|
H A D | wlan_scan_manager_6ghz.c | 142 qdf_list_node_t *cur_node, *next_node = NULL; in scm_update_rnr_info() local 159 qdf_list_peek_front(&chan->rnr_list, &cur_node); in scm_update_rnr_info() 160 while (cur_node && total_count) { in scm_update_rnr_info() 161 rnr_node = qdf_container_of(cur_node, in scm_update_rnr_info() 192 status = qdf_list_peek_next(&chan->rnr_list, cur_node, in scm_update_rnr_info() 196 cur_node = next_node; in scm_update_rnr_info()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/ |
H A D | wlan_cm_util.c | 365 qdf_list_node_t *cur_node = NULL; in cm_check_cmid_match_list_head() local 374 qdf_list_peek_front(&cm_ctx->req_list, &cur_node); in cm_check_cmid_match_list_head() 375 if (!cur_node) in cm_check_cmid_match_list_head() 378 cm_req = qdf_container_of(cur_node, struct cm_req, node); in cm_check_cmid_match_list_head() 395 qdf_list_node_t *cur_node = NULL; in cm_check_scanid_match_list_head() local 405 qdf_list_peek_front(&cm_ctx->req_list, &cur_node); in cm_check_scanid_match_list_head() 406 if (!cur_node) in cm_check_scanid_match_list_head() 409 cm_req = qdf_container_of(cur_node, struct cm_req, node); in cm_check_scanid_match_list_head() 430 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in cm_get_req_by_cm_id_fl() local 434 qdf_list_peek_front(&cm_ctx->req_list, &cur_node); in cm_get_req_by_cm_id_fl() [all …]
|
H A D | wlan_cm_roam_util.c | 156 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in cm_fill_bss_info_in_roam_rsp_by_cm_id() local 168 qdf_list_peek_front(&cm_ctx->req_list, &cur_node); in cm_fill_bss_info_in_roam_rsp_by_cm_id() 169 while (cur_node) { in cm_fill_bss_info_in_roam_rsp_by_cm_id() 170 qdf_list_peek_next(&cm_ctx->req_list, cur_node, &next_node); in cm_fill_bss_info_in_roam_rsp_by_cm_id() 171 cm_req = qdf_container_of(cur_node, struct cm_req, node); in cm_fill_bss_info_in_roam_rsp_by_cm_id() 174 cur_node = next_node; in cm_fill_bss_info_in_roam_rsp_by_cm_id() 220 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in cm_get_active_reassoc_req() local 230 qdf_list_peek_front(&cm_ctx->req_list, &cur_node); in cm_get_active_reassoc_req() 231 while (cur_node) { in cm_get_active_reassoc_req() 232 qdf_list_peek_next(&cm_ctx->req_list, cur_node, &next_node); in cm_get_active_reassoc_req() [all …]
|
H A D | wlan_cm_main.c | 123 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in cm_deinit_req_list() local 135 qdf_list_peek_front(&cm_ctx->req_list, &cur_node); in cm_deinit_req_list() 136 while (cur_node) { in cm_deinit_req_list() 137 qdf_list_peek_next(&cm_ctx->req_list, cur_node, &next_node); in cm_deinit_req_list() 139 cm_req = qdf_container_of(cur_node, struct cm_req, node); in cm_deinit_req_list() 155 cur_node = next_node; in cm_deinit_req_list()
|
H A D | wlan_cm_bss_scoring.c | 1805 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in cm_get_entry() local 1808 qdf_list_peek_front(scan_list, &cur_node); in cm_get_entry() 1809 while (cur_node) { in cm_get_entry() 1810 curr_entry = qdf_container_of(cur_node, struct scan_cache_node, in cm_get_entry() 1816 qdf_list_peek_next(scan_list, cur_node, &next_node); in cm_get_entry() 1817 cur_node = next_node; in cm_get_entry() 2708 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in cm_list_insert_sorted() local 2711 qdf_list_peek_front(scan_list, &cur_node); in cm_list_insert_sorted() 2712 while (cur_node) { in cm_list_insert_sorted() 2713 curr_entry = qdf_container_of(cur_node, struct scan_cache_node, in cm_list_insert_sorted() [all …]
|
H A D | wlan_cm_connect.c | 1470 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in cm_remove_mbssid_links_without_scan_entry() local 1476 &cur_node) != QDF_STATUS_SUCCESS) { in cm_remove_mbssid_links_without_scan_entry() 1481 while (cur_node) { in cm_remove_mbssid_links_without_scan_entry() 1482 qdf_list_peek_next(candidate_list, cur_node, &next_node); in cm_remove_mbssid_links_without_scan_entry() 1483 scan_node = qdf_container_of(cur_node, struct scan_cache_node, in cm_remove_mbssid_links_without_scan_entry() 1518 cur_node = next_node; in cm_remove_mbssid_links_without_scan_entry() 1667 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in cm_update_candidate_list() local 1686 if (qdf_list_peek_front(candidate_list, &cur_node) != in cm_update_candidate_list() 1693 while (cur_node) { in cm_update_candidate_list() 1694 qdf_list_peek_next(candidate_list, cur_node, &next_node); in cm_update_candidate_list() [all …]
|
H A D | wlan_cm_host_roam.c | 204 qdf_list_node_t *cur_node = NULL; in cm_roam_get_candidates() local 237 qdf_list_peek_front(candidate_list, &cur_node); in cm_roam_get_candidates() 239 cm_req->cur_candidate = qdf_container_of(cur_node, in cm_roam_get_candidates()
|
/wlan-driver/qcacld-3.0/components/denylist_mgr/core/src/ |
H A D | wlan_dlm_core.c | 231 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in dlm_action_on_bssid() local 250 qdf_list_peek_front(&dlm_ctx->reject_ap_list, &cur_node); in dlm_action_on_bssid() 252 while (cur_node) { in dlm_action_on_bssid() 253 qdf_list_peek_next(&dlm_ctx->reject_ap_list, cur_node, in dlm_action_on_bssid() 256 dlm_entry = qdf_container_of(cur_node, struct dlm_reject_ap, in dlm_action_on_bssid() 265 cur_node = next_node; in dlm_action_on_bssid() 610 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in dlm_try_delete_bssid_in_list() local 615 qdf_list_peek_front(reject_ap_list, &cur_node); in dlm_try_delete_bssid_in_list() 617 while (cur_node) { in dlm_try_delete_bssid_in_list() 618 qdf_list_peek_next(reject_ap_list, cur_node, &next_node); in dlm_try_delete_bssid_in_list() [all …]
|
/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/dispatcher/src/ |
H A D | wlan_ll_sap_api.c | 60 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in wlan_ll_sap_switch_bearer_on_sta_connect_start() local 83 qdf_list_peek_front(scan_list, &cur_node); in wlan_ll_sap_switch_bearer_on_sta_connect_start() 85 while (cur_node) { in wlan_ll_sap_switch_bearer_on_sta_connect_start() 86 qdf_list_peek_next(scan_list, cur_node, &next_node); in wlan_ll_sap_switch_bearer_on_sta_connect_start() 88 scan_node = qdf_container_of(cur_node, struct scan_cache_node, in wlan_ll_sap_switch_bearer_on_sta_connect_start() 105 cur_node = next_node; in wlan_ll_sap_switch_bearer_on_sta_connect_start()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
H A D | wlan_cm_host_roam_preauth.c | 42 qdf_list_node_t *cur_node = NULL; in cm_get_valid_preauth_candidate() local 56 qdf_list_peek_front(candidate_list, &cur_node); in cm_get_valid_preauth_candidate() 60 &cur_node); in cm_get_valid_preauth_candidate() 65 if (!cur_node) { in cm_get_valid_preauth_candidate() 71 cm_req->cur_candidate = qdf_container_of(cur_node, in cm_get_valid_preauth_candidate() 274 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in cm_flush_invalid_preauth_ap() local 301 qdf_list_peek_front(candidate_list, &cur_node); in cm_flush_invalid_preauth_ap() 303 while (cur_node) { in cm_flush_invalid_preauth_ap() 305 qdf_list_peek_next(candidate_list, cur_node, &next_node); in cm_flush_invalid_preauth_ap() 306 scan_node = qdf_container_of(cur_node, struct scan_cache_node, in cm_flush_invalid_preauth_ap() [all …]
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_list.c | 269 qdf_list_node_t *cur_node; in qdf_list_split() local 274 list_for_each(cur_node, &new->anchor) in qdf_list_split()
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
H A D | csr_api_scan.c | 854 struct scan_cache_node *cur_node = NULL; in csr_parse_scan_list() local 857 qdf_list_peek_front(scan_list, (qdf_list_node_t **) &cur_node); in csr_parse_scan_list() 859 while (cur_node) { in csr_parse_scan_list() 860 qdf_list_peek_next(scan_list, (qdf_list_node_t *) cur_node, in csr_parse_scan_list() 864 cur_node->entry, &pResult); in csr_parse_scan_list() 868 cur_node = next_node; in csr_parse_scan_list()
|
H A D | csr_api_roam.c | 5037 qdf_list_node_t *cur_node = NULL; in csr_set_pmk_cache_ft() local 5051 qdf_list_peek_front(list, &cur_node); in csr_set_pmk_cache_ft() 5052 first_node = qdf_container_of(cur_node, in csr_set_pmk_cache_ft() 5497 struct scan_cache_node *cur_node = NULL; in csr_fill_connected_profile() local 5530 cur_node = qdf_container_of(cur_lst, struct scan_cache_node, node); in csr_fill_connected_profile() 5531 ie_len = util_scan_entry_ie_len(cur_node->entry); in csr_fill_connected_profile() 5538 wlan_fill_bss_desc_from_scan_entry(mac_ctx, bss_desc, cur_node->entry); in csr_fill_connected_profile() 5551 csr_update_beacon_in_connect_rsp(cur_node->entry, in csr_fill_connected_profile() 5573 mlme_set_mbssid_info(vdev, &cur_node->entry->mbssid_info, in csr_fill_connected_profile()
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
H A D | sap_ch_select.c | 301 struct scan_cache_node *cur_node = NULL; in sap_process_avoid_ie() local 310 cur_node = qdf_container_of(cur_lst, struct scan_cache_node, in sap_process_avoid_ie() 316 util_scan_entry_ie_data(cur_node->entry), in sap_process_avoid_ie() 317 util_scan_entry_ie_len(cur_node->entry)); in sap_process_avoid_ie() 1557 struct scan_cache_node *cur_node = NULL; in sap_compute_spect_weight() local 1566 cur_node = qdf_container_of(cur_lst, struct scan_cache_node, in sap_compute_spect_weight() 1576 util_scan_entry_channel_frequency(cur_node->entry); in sap_compute_spect_weight() 1578 sap_upd_chan_spec_params(cur_node, &ch_width, in sap_compute_spect_weight() 1591 if (ch_info->rssi_agr < cur_node->entry->rssi_raw) in sap_compute_spect_weight() 1592 ch_info->rssi_agr = cur_node->entry->rssi_raw; in sap_compute_spect_weight()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_api.c | 1948 qdf_list_node_t *next_node = NULL, *cur_node = NULL; in lim_roam_gen_mbssid_beacon() local 1977 status = qdf_list_peek_front(scan_list, &cur_node); in lim_roam_gen_mbssid_beacon() 1978 if (QDF_IS_STATUS_ERROR(status) || !cur_node) { in lim_roam_gen_mbssid_beacon() 1984 scan_node = qdf_container_of(cur_node, in lim_roam_gen_mbssid_beacon() 2001 status = qdf_list_peek_next(scan_list, cur_node, &next_node); in lim_roam_gen_mbssid_beacon() 2007 cur_node = next_node; in lim_roam_gen_mbssid_beacon() 4099 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in lim_check_partner_link_for_cmn_akm() local 4143 qdf_list_peek_front(scan_list, &cur_node); in lim_check_partner_link_for_cmn_akm() 4144 while (cur_node) { in lim_check_partner_link_for_cmn_akm() 4145 qdf_list_peek_next(scan_list, cur_node, &next_node); in lim_check_partner_link_for_cmn_akm() [all …]
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_fisa_rx.c | 991 qdf_list_node_t *cur_node, *next_node; in dp_fisa_rx_is_fst_work_queued() local 994 status = qdf_list_peek_front(&fisa_hdl->fst_update_list, &cur_node); in dp_fisa_rx_is_fst_work_queued() 999 elem = (struct dp_fisa_rx_fst_update_elem *)cur_node; in dp_fisa_rx_is_fst_work_queued() 1004 cur_node, &next_node); in dp_fisa_rx_is_fst_work_queued() 1005 cur_node = next_node; in dp_fisa_rx_is_fst_work_queued()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
H A D | wlan_mlo_mgr_sta.c | 1754 qdf_list_node_t *cur_node = NULL; in mlo_get_chan_freq_by_bssid() local 1771 qdf_list_peek_front(list, &cur_node); in mlo_get_chan_freq_by_bssid() 1772 first_node = qdf_container_of(cur_node, in mlo_get_chan_freq_by_bssid() 2559 qdf_list_node_t *cur_node = NULL; in mlo_get_bcn_interval_by_bssid() local 2576 qdf_list_peek_front(list, &cur_node); in mlo_get_bcn_interval_by_bssid() 2577 first_node = qdf_container_of(cur_node, in mlo_get_bcn_interval_by_bssid()
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ |
H A D | wlan_scan_utils_api.c | 4110 qdf_list_node_t *cur_node, *next_node; in util_is_bssid_non_tx() local 4128 cur_node = NULL; in util_is_bssid_non_tx() 4129 qdf_list_peek_front(&channel->rnr_list, &cur_node); in util_is_bssid_non_tx() 4131 while (cur_node) { in util_is_bssid_non_tx() 4133 qdf_list_peek_next(&channel->rnr_list, cur_node, in util_is_bssid_non_tx() 4135 rnr_node = qdf_container_of(cur_node, in util_is_bssid_non_tx() 4145 cur_node = next_node; in util_is_bssid_non_tx()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_action.c | 1142 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in policy_mgr_check_for_hw_mode_change() local 1198 qdf_list_peek_front(scan_list, &cur_node); in policy_mgr_check_for_hw_mode_change() 1200 while (cur_node) { in policy_mgr_check_for_hw_mode_change() 1201 qdf_list_peek_next(scan_list, cur_node, &next_node); in policy_mgr_check_for_hw_mode_change() 1203 scan_node = qdf_container_of(cur_node, struct scan_cache_node, in policy_mgr_check_for_hw_mode_change() 1219 cur_node = next_node; in policy_mgr_check_for_hw_mode_change()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_son.c | 2137 struct scan_cache_node *cur_node; in get_son_acs_report_values() local 2163 cur_node = qdf_container_of(cur_lst, in get_son_acs_report_values() 2165 se = cur_node->entry; in get_son_acs_report_values()
|
H A D | wlan_hdd_cm_connect.c | 650 struct scan_cache_node *cur_node = NULL; in wlan_hdd_cm_handle_sap_sta_dfs_conc() local 712 cur_node = qdf_container_of(cur_lst, struct scan_cache_node, node); in wlan_hdd_cm_handle_sap_sta_dfs_conc() 713 ch_freq = cur_node->entry->channel.chan_freq; in wlan_hdd_cm_handle_sap_sta_dfs_conc()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_dev_if.c | 243 qdf_list_node_t *cur_node = NULL, *next_node = NULL; in wma_find_req_on_timer_expiry() local 255 cur_node = next_node; in wma_find_req_on_timer_expiry() 256 req_msg = qdf_container_of(cur_node, in wma_find_req_on_timer_expiry() 263 cur_node); in wma_find_req_on_timer_expiry() 272 cur_node, &next_node)); in wma_find_req_on_timer_expiry()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/ |
H A D | wlan_cm_roam_api.c | 2036 struct scan_cache_node *cur_node = NULL; in wlan_cm_init_occupied_ch_freq_list() local 2103 cur_node = qdf_container_of(cur_lst, struct scan_cache_node, in wlan_cm_init_occupied_ch_freq_list() 2105 freq = cur_node->entry->channel.chan_freq; in wlan_cm_init_occupied_ch_freq_list()
|