/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
D | wlan_mlo_mgr_sta.c | 85 mlo_get_tdls_link_vdev(struct wlan_mlo_dev_context *mlo_dev_ctx) in mlo_get_tdls_link_vdev() argument 89 if (!mlo_dev_ctx) in mlo_get_tdls_link_vdev() 93 if (!mlo_dev_ctx->wlan_vdev_list[i]) in mlo_get_tdls_link_vdev() 96 if (wlan_vdev_mlme_is_tdls_vdev(mlo_dev_ctx->wlan_vdev_list[i])) in mlo_get_tdls_link_vdev() 97 return mlo_dev_ctx->wlan_vdev_list[i]; in mlo_get_tdls_link_vdev() 105 struct wlan_mlo_dev_context *mlo_dev_ctx = vdev->mlo_dev_ctx; in wlan_mlo_get_tdls_link_vdev() local 107 if (!mlo_dev_ctx || !wlan_vdev_mlme_is_mlo_vdev(vdev)) in wlan_mlo_get_tdls_link_vdev() 110 return mlo_get_tdls_link_vdev(mlo_dev_ctx); in wlan_mlo_get_tdls_link_vdev() 121 mlo_get_assoc_link_vdev(struct wlan_mlo_dev_context *mlo_dev_ctx) in mlo_get_assoc_link_vdev() argument 125 if (!mlo_dev_ctx) in mlo_get_assoc_link_vdev() [all …]
|
D | wlan_mlo_mgr_link_switch.c | 39 if (!vdev || !vdev->mlo_dev_ctx || !ml_mac_update) in mlo_mgr_update_link_info_mac_addr() 43 link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in mlo_mgr_update_link_info_mac_addr() 67 if (!vdev || !vdev->mlo_dev_ctx || !ap_link_addr) in mlo_mgr_update_ap_link_info() 70 link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in mlo_mgr_update_ap_link_info() 100 if (!vdev || !vdev->mlo_dev_ctx || !ap_link_addr) in mlo_mgr_clear_ap_link_info() 103 link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in mlo_mgr_clear_ap_link_info() 132 if (!vdev || !vdev->mlo_dev_ctx || !ap_link_addr) in mlo_mgr_update_ap_channel_info() 135 link_info = mlo_mgr_get_ap_link_by_link_id(vdev->mlo_dev_ctx, link_id); in mlo_mgr_update_ap_channel_info() 188 if (!vdev || !vdev->mlo_dev_ctx || !vdev->mlo_dev_ctx->link_ctx) in mlo_mgr_reset_ap_link_info() 197 link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in mlo_mgr_reset_ap_link_info() [all …]
|
D | wlan_mlo_mgr_ap.c | 42 if (!vdev || !vdev->mlo_dev_ctx || !vdev->mlo_dev_ctx->ap_ctx) { in mlo_ap_vdev_attach() 51 dev_ctx = vdev->mlo_dev_ctx; in mlo_ap_vdev_attach() 91 if (!vdev || !vdev->mlo_dev_ctx || !vdev->mlo_dev_ctx->ap_ctx) { in mlo_ap_vdev_attach() 96 dev_ctx = vdev->mlo_dev_ctx; in mlo_ap_vdev_attach() 123 if (!vdev || !vdev->mlo_dev_ctx) { in mlo_ap_get_bridge_vdev_list() 128 dev_ctx = vdev->mlo_dev_ctx; in mlo_ap_get_bridge_vdev_list() 180 if (!vdev || !vdev->mlo_dev_ctx) { in mlo_ap_get_vdev_list_no_flag() 185 dev_ctx = vdev->mlo_dev_ctx; in mlo_ap_get_vdev_list_no_flag() 253 if (!vdev || !vdev->mlo_dev_ctx) { in mlo_ap_get_vdev_list() 258 dev_ctx = vdev->mlo_dev_ctx; in mlo_ap_get_vdev_list() [all …]
|
D | wlan_mlo_t2lm.c | 770 if (!vdev->mlo_dev_ctx) { in wlan_mlo_vdev_tid_to_link_map_event() 781 t2lm_ctx = &vdev->mlo_dev_ctx->t2lm_ctx; in wlan_mlo_vdev_tid_to_link_map_event() 932 t2lm_ctx = &vdev->mlo_dev_ctx->t2lm_ctx; in wlan_get_vdev_t2lm_mapping_status() 1077 if (!vdev_ctx || !vdev_ctx->mlo_dev_ctx) in wlan_mlo_t2lm_timer_expiry_handler() 1080 t2lm_ctx = &vdev_ctx->mlo_dev_ctx->t2lm_ctx; in wlan_mlo_t2lm_timer_expiry_handler() 1081 t2lm_timer = &vdev_ctx->mlo_dev_ctx->t2lm_ctx.t2lm_timer; in wlan_mlo_t2lm_timer_expiry_handler() 1178 vdev->mlo_dev_ctx, in wlan_mlo_t2lm_link_update_notifier_callback() 1201 if (!vdev || !vdev->mlo_dev_ctx) in wlan_mlo_t2lm_timer_init() 1204 t2lm_timer = &vdev->mlo_dev_ctx->t2lm_ctx.t2lm_timer; in wlan_mlo_t2lm_timer_init() 1210 t2lm_dev_lock_create(&vdev->mlo_dev_ctx->t2lm_ctx); in wlan_mlo_t2lm_timer_init() [all …]
|
D | wlan_mlo_mgr_op.c | 57 struct wlan_mlo_dev_context *mlo_dev_ctx; in wlan_mlo_init_cu_bpcc() local 66 mlo_dev_ctx = vdev->mlo_dev_ctx; in wlan_mlo_init_cu_bpcc() 67 if (!mlo_dev_ctx) { in wlan_mlo_init_cu_bpcc() 72 mlo_init_cu_bpcc(mlo_dev_ctx, vdev_id); in wlan_mlo_init_cu_bpcc()
|
D | wlan_mlo_epcs.c | 41 struct wlan_mlo_dev_context *mlo_dev_ctx; in wlan_mlo_is_node_epcs_authorized() local 52 mlo_dev_ctx = ml_peer->ml_dev; in wlan_mlo_is_node_epcs_authorized() 53 if (!mlo_dev_ctx) { in wlan_mlo_is_node_epcs_authorized() 60 if (!mlo_dev_ctx->wlan_vdev_list[i]) in wlan_mlo_is_node_epcs_authorized() 63 vdev = mlo_dev_ctx->wlan_vdev_list[i]; in wlan_mlo_is_node_epcs_authorized() 77 epcs_ctx = &mlo_dev_ctx->epcs_ctx; in wlan_mlo_is_node_epcs_authorized() 526 epcs_ctx = &vdev->mlo_dev_ctx->epcs_ctx; in wlan_mlo_update_authorize_epcs_mac_addr() 582 epcs_ctx = &vdev->mlo_dev_ctx->epcs_ctx; in wlan_mlo_update_deauthorize_epcs_mac_addr()
|
D | wlan_mlo_mgr_cmn.c | 53 if (!vdev || !vdev->mlo_dev_ctx) { in mlo_get_vdev_by_link_id() 58 dev_ctx = vdev->mlo_dev_ctx; in mlo_get_vdev_by_link_id() 554 if (!vdev || !vdev->mlo_dev_ctx) { in mlo_get_ml_vdev_list() 559 dev_ctx = vdev->mlo_dev_ctx; in mlo_get_ml_vdev_list() 878 struct wlan_mlo_dev_context *mlo_dev_ctx = NULL; in ml_get_link_state_req_cb() local 908 mlo_dev_ctx = vdev->mlo_dev_ctx; in ml_get_link_state_req_cb() 910 qdf_mem_copy(&cmd.mld_mac[0], &mlo_dev_ctx->mld_addr, in ml_get_link_state_req_cb() 935 mlo_ctx = vdev->mlo_dev_ctx; in mlo_get_link_state_register_resp_cb()
|
D | wlan_mlo_mgr_main.c | 1043 vdev->mlo_dev_ctx = ml_dev; in mlo_add_to_bridge_vdev_list() 1074 vdev->mlo_dev_ctx = NULL; in mld_delete_from_bridge_vdev_list() 1139 vdev->mlo_dev_ctx = ml_dev; in mlo_dev_ctx_init() 1165 vdev->mlo_dev_ctx = ml_dev; in mlo_dev_ctx_init() 1276 static inline void mlo_epcs_ctx_deinit(struct wlan_mlo_dev_context *mlo_dev_ctx) in mlo_epcs_ctx_deinit() argument 1278 epcs_dev_lock_destroy(&mlo_dev_ctx->epcs_ctx); in mlo_epcs_ctx_deinit() 1315 if (!vdev->mlo_dev_ctx) { in mlo_dev_ctx_deinit() 1319 ml_dev = vdev->mlo_dev_ctx; in mlo_dev_ctx_deinit() 1334 vdev->mlo_dev_ctx = NULL; in mlo_dev_ctx_deinit()
|
D | wlan_mlo_mgr_aid.c | 634 ml_dev = vdev->mlo_dev_ctx; in mlo_get_aid() 656 ml_dev = vdev->mlo_dev_ctx; in mlo_free_aid() 696 ml_dev = vdev->mlo_dev_ctx; in mlo_set_aid() 730 ml_dev = vdev->mlo_dev_ctx; in mlme_get_aid() 762 ml_dev = vdev->mlo_dev_ctx; in mlme_set_aid() 794 ml_dev = vdev->mlo_dev_ctx; in mlme_free_aid() 837 ml_dev = vdev->mlo_dev_ctx; in wlan_vdev_mlme_aid_mgr_max_aid_set() 880 ml_dev = vdev->mlo_dev_ctx; in wlan_vdev_mlme_set_start_aid()
|
D | wlan_mlo_mgr_primary_umac.c | 588 struct wlan_mlo_dev_context *ml_dev = vdev->mlo_dev_ctx; in mlo_check_topology() 623 vdev_iter = vdev->mlo_dev_ctx->wlan_vdev_list[i]; in mlo_check_topology() 736 ml_dev = vdev->mlo_dev_ctx; in mlo_is_sta_bridge_vdev() 757 ml_dev = vdev->mlo_dev_ctx; in mlo_sta_bridge_exists() 777 ml_dev = vdev->mlo_dev_ctx; in mlo_is_force_central_primary() 1105 ml_dev = vdev->mlo_dev_ctx; in wlan_mlo_send_ptqm_migrate_cmd() 1599 wlan_mlo_reset_ptqm_migrate_list(vdev->mlo_dev_ctx, in wlan_mlo_trigger_link_ptqm_migration() 1690 wlan_mlo_reset_ptqm_migrate_list(curr_vdev->mlo_dev_ctx, in wlan_mlo_set_ptqm_migration()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
D | wlan_mlo_mgr_sta.h | 250 if (!vdev || !vdev->mlo_dev_ctx || !bss_mld_addr) in mlo_set_sta_ctx_bss_mld_addr() 253 ml_dev = vdev->mlo_dev_ctx; in mlo_set_sta_ctx_bss_mld_addr() 276 if (!vdev || !vdev->mlo_dev_ctx) in mlo_get_sta_ctx_bss_mld_addr() 279 ml_dev = vdev->mlo_dev_ctx; in mlo_get_sta_ctx_bss_mld_addr() 301 if (!vdev || !vdev->mlo_dev_ctx) in mlo_clear_bridge_sta_ctx() 304 ml_dev = vdev->mlo_dev_ctx; in mlo_clear_bridge_sta_ctx() 393 mlo_update_connected_links_bmap(struct wlan_mlo_dev_context *mlo_dev_ctx, 433 void mlo_init_cu_bpcc(struct wlan_mlo_dev_context *mlo_dev_ctx, 465 struct wlan_mlo_dev_context *mlo_dev_ctx = vdev->mlo_dev_ctx; in mlo_iterate_connected_vdev_list() local 469 if (!mlo_dev_ctx || !(wlan_vdev_mlme_is_mlo_vdev(vdev))) in mlo_iterate_connected_vdev_list() [all …]
|
D | wlan_mlo_mgr_link_switch.h | 271 mlo_mgr_get_ap_link_by_link_id(struct wlan_mlo_dev_context *mlo_dev_ctx, 283 struct wlan_mlo_dev_context *mlo_dev_ctx, 378 void mlo_mgr_link_switch_init_state(struct wlan_mlo_dev_context *mlo_dev_ctx); 391 mlo_mgr_link_switch_trans_next_state(struct wlan_mlo_dev_context *mlo_dev_ctx); 404 mlo_mgr_link_switch_trans_abort_state(struct wlan_mlo_dev_context *mlo_dev_ctx); 415 mlo_mgr_link_switch_get_curr_state(struct wlan_mlo_dev_context *mlo_dev_ctx); 631 *mlo_mgr_get_ap_link_by_link_id(struct wlan_mlo_dev_context *mlo_dev_ctx, in mlo_mgr_get_ap_link_by_link_id() argument 689 mlo_mgr_link_switch_init_state(struct wlan_mlo_dev_context *mlo_dev_ctx) in mlo_mgr_link_switch_init_state() argument 694 mlo_mgr_link_switch_trans_next_state(struct wlan_mlo_dev_context *mlo_dev_ctx) in mlo_mgr_link_switch_trans_next_state() argument 700 mlo_mgr_link_switch_trans_abort_state(struct wlan_mlo_dev_context *mlo_dev_ctx) in mlo_mgr_link_switch_trans_abort_state() argument [all …]
|
D | wlan_mlo_mgr_cmn.h | 554 struct wlan_mlo_dev_context *mlo_dev_ctx = NULL; in mlo_iterate_ml_vdev_list() local 561 mlo_dev_ctx = vdev->mlo_dev_ctx; in mlo_iterate_ml_vdev_list() 562 if (!mlo_dev_ctx || !(wlan_vdev_mlme_is_mlo_vdev(vdev))) in mlo_iterate_ml_vdev_list() 566 mlo_dev_lock_acquire(mlo_dev_ctx); in mlo_iterate_ml_vdev_list() 569 if (!mlo_dev_ctx->wlan_vdev_list[i]) in mlo_iterate_ml_vdev_list() 573 mlo_dev_ctx->wlan_vdev_list[i], in mlo_iterate_ml_vdev_list() 579 handler(mlo_dev_ctx->wlan_vdev_list[i], arg); in mlo_iterate_ml_vdev_list() 581 mlo_release_vdev_ref(mlo_dev_ctx->wlan_vdev_list[i]); in mlo_iterate_ml_vdev_list() 585 mlo_dev_lock_release(mlo_dev_ctx); in mlo_iterate_ml_vdev_list()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/ |
D | wlan_mlo_link_force.c | 42 struct wlan_mlo_dev_context *mlo_dev_ctx; in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() local 59 mlo_dev_ctx = wlan_vdev_get_mlo_dev_ctx(vdev); in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() 60 if (!mlo_dev_ctx || !mlo_dev_ctx->sta_ctx) { in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() 65 mlo_dev_lock_acquire(mlo_dev_ctx); in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() 66 sta_ctx = mlo_dev_ctx->sta_ctx; in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() 69 if (!mlo_dev_ctx->wlan_vdev_list[i]) in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() 71 vdev_id = wlan_vdev_get_id(mlo_dev_ctx->wlan_vdev_list[i]); in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() 78 mlo_dev_ctx->wlan_vdev_list[i]); in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() 100 mlo_dev_lock_release(mlo_dev_ctx); in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() 122 struct wlan_mlo_dev_context *mlo_dev_ctx; in ml_nlink_convert_vdev_bitmap_to_linkid_bitmap() local [all …]
|
D | wlan_mlo_mgr_roam.c | 41 struct wlan_mlo_dev_context *mlo_dev_ctx = vdev->mlo_dev_ctx; in mlo_check_connect_req_bmap() local 45 if (!mlo_dev_ctx) in mlo_check_connect_req_bmap() 48 sta_ctx = mlo_dev_ctx->sta_ctx; in mlo_check_connect_req_bmap() 51 if (!mlo_dev_ctx->wlan_vdev_list[i]) in mlo_check_connect_req_bmap() 54 if (vdev == mlo_dev_ctx->wlan_vdev_list[i]) in mlo_check_connect_req_bmap() 118 struct wlan_mlo_dev_context *mlo_dev_ctx; in mlo_update_vdev_after_roam() local 130 if (!vdev->mlo_dev_ctx) in mlo_update_vdev_after_roam() 133 mlo_dev_ctx = vdev->mlo_dev_ctx; in mlo_update_vdev_after_roam() 135 if (!mlo_dev_ctx->wlan_vdev_list[i]) in mlo_update_vdev_after_roam() 138 tmp_vdev = mlo_dev_ctx->wlan_vdev_list[i]; in mlo_update_vdev_after_roam() [all …]
|
D | wlan_t2lm_api.c | 56 if (!vdev->mlo_dev_ctx) { in t2lm_get_connected_link_id() 61 link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in t2lm_get_connected_link_id() 338 struct wlan_mlo_dev_context *mlo_dev_ctx; in t2lm_handle_rx_teardown() local 351 mlo_dev_ctx = vdev->mlo_dev_ctx; in t2lm_handle_rx_teardown() 352 if (!mlo_dev_ctx) { in t2lm_handle_rx_teardown() 357 t2lm_ctx = &mlo_dev_ctx->t2lm_ctx; in t2lm_handle_rx_teardown() 610 if (!vdev->mlo_dev_ctx) { in wlan_t2lm_clear_all_tid_mapping() 615 t2lm_ctx = &vdev->mlo_dev_ctx->t2lm_ctx; in wlan_t2lm_clear_all_tid_mapping() 633 t2lm_ctx = &vdev->mlo_dev_ctx->sta_ctx->copied_t2lm_ie_assoc_rsp; in wlan_t2lm_clear_all_tid_mapping() 711 if (!vdev->mlo_dev_ctx) in wlan_populate_link_disable_t2lm_frame() [all …]
|
D | wlan_epcs_api.c | 284 struct wlan_mlo_dev_context *mlo_dev_ctx; in epcs_restore_edca_param() local 290 mlo_dev_ctx = vdev->mlo_dev_ctx; in epcs_restore_edca_param() 291 if (!mlo_dev_ctx) in epcs_restore_edca_param() 295 link_vdev = mlo_dev_ctx->wlan_vdev_list[i]; in epcs_restore_edca_param()
|
/wlan-driver/qcacld-3.0/components/tdls/core/src/ |
D | wlan_tdls_mgmt.c | 94 struct wlan_mlo_dev_context *mlo_dev_ctx; in tdls_set_remain_links_unforce() local 99 mlo_dev_ctx = vdev->mlo_dev_ctx; in tdls_set_remain_links_unforce() 101 mlo_vdev = mlo_dev_ctx->wlan_vdev_list[i]; in tdls_set_remain_links_unforce() 114 struct wlan_mlo_dev_context *mlo_dev_ctx; in tdls_process_mlo_cal_tdls_link_score() local 122 mlo_dev_ctx = vdev->mlo_dev_ctx; in tdls_process_mlo_cal_tdls_link_score() 125 mlo_vdev = mlo_dev_ctx->wlan_vdev_list[i]; in tdls_process_mlo_cal_tdls_link_score() 166 struct wlan_mlo_dev_context *mlo_dev_ctx; in tdls_check_wait_more() local 177 mlo_dev_ctx = vdev->mlo_dev_ctx; in tdls_check_wait_more() 179 mlo_vdev = mlo_dev_ctx->wlan_vdev_list[i]; in tdls_check_wait_more() 202 struct wlan_mlo_dev_context *mlo_dev_ctx; in tdls_process_mlo_choice_tdls_vdev() local [all …]
|
D | wlan_tdls_main.c | 1259 struct wlan_mlo_dev_context *mlo_dev_ctx; in wlan_tdls_get_mlo_vdev() local 1265 mlo_dev_ctx = vdev->mlo_dev_ctx; in wlan_tdls_get_mlo_vdev() 1266 if (!mlo_dev_ctx) in wlan_tdls_get_mlo_vdev() 1269 mlo_vdev = mlo_dev_ctx->wlan_vdev_list[index]; in wlan_tdls_get_mlo_vdev() 1553 ml_dev_ctx = vdev->mlo_dev_ctx; in tdls_process_enable_disable_for_ml_vdev()
|
/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/ |
D | wlan_connectivity_logging.c | 102 struct wlan_mlo_dev_context *mlo_dev_ctx; in wlan_clear_ml_vdev_sae_auth_logs() local 107 mlo_dev_ctx = vdev->mlo_dev_ctx; in wlan_clear_ml_vdev_sae_auth_logs() 108 if (!mlo_dev_ctx) { in wlan_clear_ml_vdev_sae_auth_logs() 115 if (!mlo_dev_ctx->wlan_vdev_list[i]) in wlan_clear_ml_vdev_sae_auth_logs() 119 wlan_vdev_get_id(mlo_dev_ctx->wlan_vdev_list[i]); in wlan_clear_ml_vdev_sae_auth_logs() 120 link_vdev = mlo_dev_ctx->wlan_vdev_list[i]; in wlan_clear_ml_vdev_sae_auth_logs() 287 struct wlan_mlo_dev_context *mlo_dev_ctx; in wlan_is_sae_auth_log_present_for_bssid() local 303 mlo_dev_ctx = vdev->mlo_dev_ctx; in wlan_is_sae_auth_log_present_for_bssid() 306 if (!mlo_dev_ctx) { in wlan_is_sae_auth_log_present_for_bssid() 313 if (!mlo_dev_ctx->wlan_vdev_list[i]) in wlan_is_sae_auth_log_present_for_bssid() [all …]
|
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/ |
D | target_if_cm_roam_offload.c | 1770 struct wlan_mlo_dev_context *mlo_dev_ctx; in target_if_find_active_rso_stop_rsp() local 1791 mlo_dev_ctx = vdev->mlo_dev_ctx; in target_if_find_active_rso_stop_rsp() 1792 if (!mlo_dev_ctx) in target_if_find_active_rso_stop_rsp() 1800 if (!mlo_dev_ctx->wlan_vdev_list[i]) in target_if_find_active_rso_stop_rsp() 1803 status = wlan_objmgr_vdev_try_get_ref(mlo_dev_ctx->wlan_vdev_list[i], in target_if_find_active_rso_stop_rsp() 1810 wlan_vdev_get_id(mlo_dev_ctx->wlan_vdev_list[i]))) { in target_if_find_active_rso_stop_rsp() 1811 mlo_release_vdev_ref(mlo_dev_ctx->wlan_vdev_list[i]); in target_if_find_active_rso_stop_rsp() 1815 mlo_release_vdev_ref(mlo_dev_ctx->wlan_vdev_list[i]); in target_if_find_active_rso_stop_rsp()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_assoc_rsp_frame.c | 948 struct wlan_mlo_dev_context *mlo_dev_ctx; in lim_process_assoc_rsp_t2lm() local 969 mlo_dev_ctx = wlan_vdev_get_mlo_dev_ctx(vdev); in lim_process_assoc_rsp_t2lm() 970 if (!mlo_dev_ctx) { in lim_process_assoc_rsp_t2lm() 986 t2lm_ctx = &mlo_dev_ctx->sta_ctx->copied_t2lm_ie_assoc_rsp; in lim_process_assoc_rsp_t2lm() 1034 if (!vdev->mlo_dev_ctx) { in lim_cache_emlsr_params() 1039 sta_ctx = vdev->mlo_dev_ctx->sta_ctx; in lim_cache_emlsr_params()
|
D | lim_aid_mgmt.c | 341 wlan_mlo_get_mlpeer_by_aid(session->vdev->mlo_dev_ctx, peer_idx)) in lim_release_mlo_conn_idx()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_mlo.c | 317 if (!vdev || !vdev->mlo_dev_ctx) in hdd_mlo_t2lm_register_callback() 322 vdev->mlo_dev_ctx); in hdd_mlo_t2lm_register_callback() 327 if (!vdev || !vdev->mlo_dev_ctx) in hdd_mlo_t2lm_unregister_callback() 330 wlan_unregister_t2lm_link_update_notify_handler(vdev->mlo_dev_ctx, 0); in hdd_mlo_t2lm_unregister_callback() 847 mlo_ctx = vdev->mlo_dev_ctx; in wlan_hdd_cached_link_state_request()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_scan_roam.c | 609 struct wlan_mlo_dev_context *mlo_dev_ctx; in wma_delete_all_peers() local 624 mlo_dev_ctx = vdev->mlo_dev_ctx; in wma_delete_all_peers() 625 if (!mlo_dev_ctx) { in wma_delete_all_peers() 641 if (!mlo_dev_ctx->wlan_vdev_list[i]) in wma_delete_all_peers() 645 mlo_dev_ctx->wlan_vdev_list[i], in wma_delete_all_peers() 649 mlo_dev_ctx->wlan_vdev_list[i])); in wma_delete_all_peers() 658 lim_mlo_roam_peer_disconn_del(mlo_dev_ctx->wlan_vdev_list[i]); in wma_delete_all_peers() 660 link_vdev_id = wlan_vdev_get_id(mlo_dev_ctx->wlan_vdev_list[i]); in wma_delete_all_peers()
|