/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/ |
H A D | wlan_mlo_mgr_roam.c | 167 struct roam_offload_synch_ind *sync_ind = NULL; in mlo_roam_abort_req() local 169 sync_ind = (struct roam_offload_synch_ind *)event; in mlo_roam_abort_req() 171 if (!sync_ind) { in mlo_roam_abort_req() 176 wlan_mlo_roam_abort_on_link(psoc, event, sync_ind->roamed_vdev_id); in mlo_roam_abort_req() 215 struct roam_offload_synch_ind *sync_ind, in mlo_roam_update_vdev_macaddr() argument 241 for (i = 0; i < sync_ind->num_setup_links; i++) { in mlo_roam_update_vdev_macaddr() 242 if (vdev_id != sync_ind->ml_link[i].vdev_id) in mlo_roam_update_vdev_macaddr() 245 vdev_link_addr = &sync_ind->ml_link[i].self_link_addr; in mlo_roam_update_vdev_macaddr() 265 struct roam_offload_synch_ind *sync_ind; in mlo_fw_roam_sync_req() local 270 sync_ind = (struct roam_offload_synch_ind *)event; in mlo_fw_roam_sync_req() [all …]
|
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/inc/ |
H A D | wlan_mlo_mgr_roam.h | 78 struct roam_offload_synch_ind *sync_ind, 93 struct roam_offload_synch_ind *sync_ind); 105 mlo_roam_get_link_freq_from_mac_addr(struct roam_offload_synch_ind *sync_ind, 119 mlo_roam_get_link_id_from_mac_addr(struct roam_offload_synch_ind *sync_ind, 133 struct roam_offload_synch_ind *sync_ind); 145 is_multi_link_roam(struct roam_offload_synch_ind *sync_ind); 156 mlo_roam_get_num_of_setup_links(struct roam_offload_synch_ind *sync_ind); 186 struct roam_offload_synch_ind *sync_ind, 199 struct roam_offload_synch_ind *sync_ind); 258 struct roam_offload_synch_ind *sync_ind, [all …]
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
H A D | wlan_cm_roam_offload_event.c | 374 struct roam_offload_synch_ind *sync_ind) in cm_roam_sync_event_handler() argument 376 if (!sync_ind) { in cm_roam_sync_event_handler() 380 if (sync_ind->hw_mode_trans_present) in cm_roam_sync_event_handler() 382 &sync_ind->hw_mode_trans_ind); in cm_roam_sync_event_handler() 384 return mlo_fw_roam_sync_req(psoc, sync_ind->roamed_vdev_id, in cm_roam_sync_event_handler() 385 sync_ind, sizeof(sync_ind)); in cm_roam_sync_event_handler() 525 struct roam_offload_synch_ind *sync_ind = NULL; in cm_roam_sync_event_handler_cb() local 532 sync_ind = (struct roam_offload_synch_ind *)event; in cm_roam_sync_event_handler_cb() 533 if (!sync_ind) { in cm_roam_sync_event_handler_cb() 554 wlan_roam_debug_log(sync_ind->roamed_vdev_id, DEBUG_ROAM_SYNCH_IND, in cm_roam_sync_event_handler_cb() [all …]
|
H A D | wlan_cm_roam_fw_sync.c | 69 struct roam_offload_synch_ind *sync_ind; in cm_is_peer_preset_on_other_sta() local 78 sync_ind = (struct roam_offload_synch_ind *)event; in cm_is_peer_preset_on_other_sta() 80 if (wma_objmgr_peer_exist(wma, sync_ind->bssid.bytes, &peer_vdev_id)) { in cm_is_peer_preset_on_other_sta() 86 QDF_MAC_ADDR_REF(sync_ind->bssid.bytes), in cm_is_peer_preset_on_other_sta() 179 struct roam_offload_synch_ind *sync_ind) in cm_fw_roam_sync_start_ind() argument 200 sync_ind->roamed_vdev_id)) in cm_fw_roam_sync_start_ind() 202 sync_ind->roamed_vdev_id, in cm_fw_roam_sync_start_ind() 225 if (IS_ROAM_REASON_STA_KICKOUT(sync_ind->roam_reason)) { in cm_fw_roam_sync_start_ind() 230 if (good_rssi_cfg > sync_ind->rssi) { in cm_fw_roam_sync_start_ind()
|
H A D | wlan_cm_roam_i.h | 128 struct roam_offload_synch_ind *sync_ind);
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
H A D | lim_api.h | 859 struct roam_offload_synch_ind *sync_ind); 875 struct roam_offload_synch_ind *sync_ind, 895 struct roam_offload_synch_ind *sync_ind, 910 struct roam_offload_synch_ind *sync_ind, 929 struct roam_offload_synch_ind *sync_ind) in lim_cm_roam_create_session() argument 937 struct roam_offload_synch_ind *sync_ind, in lim_create_and_fill_link_session() argument 947 struct roam_offload_synch_ind *sync_ind, in lim_cm_fill_link_session() argument 955 struct roam_offload_synch_ind *sync_ind, in lim_roam_mlo_create_peer() argument
|
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/ |
H A D | target_if_cm_roam_event.c | 275 struct roam_offload_synch_ind *sync_ind = NULL; in target_if_cm_roam_sync_event() local 293 len, &sync_ind); in target_if_cm_roam_sync_event() 311 sync_ind); in target_if_cm_roam_sync_event() 320 if (sync_ind && sync_ind->ric_tspec_data) in target_if_cm_roam_sync_event() 321 qdf_mem_free(sync_ind->ric_tspec_data); in target_if_cm_roam_sync_event() 322 if (sync_ind) in target_if_cm_roam_sync_event() 323 qdf_mem_free(sync_ind); in target_if_cm_roam_sync_event()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/ |
H A D | wlan_cm_roam_api.h | 1071 struct roam_offload_synch_ind *sync_ind); 1618 struct roam_offload_synch_ind *sync_ind) in cm_roam_sync_event_handler() argument 1995 struct roam_offload_synch_ind *sync_ind); 2011 cm_roam_pe_sync_callback(struct roam_offload_synch_ind *sync_ind, 2026 struct roam_offload_synch_ind *sync_ind);
|
H A D | wlan_cm_roam_public_struct.h | 2980 struct roam_offload_synch_ind *sync_ind);
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_api.c | 2636 struct roam_offload_synch_ind *sync_ind) in lim_mlo_roam_copy_partner_info_to_session() argument 2639 sync_ind, sync_ind->roamed_vdev_id, false); in lim_mlo_roam_copy_partner_info_to_session() 2699 struct roam_offload_synch_ind *sync_ind) in lim_mlo_roam_copy_partner_info_to_session() argument 3554 struct roam_offload_synch_ind *sync_ind, in lim_cm_fill_link_session() argument 3604 sync_ind, vdev_id, false); in lim_cm_fill_link_session() 3608 status = lim_roam_fill_bss_descr(mac_ctx, sync_ind, bss_desc, in lim_cm_fill_link_session() 3639 struct roam_offload_synch_ind *sync_ind) in lim_cm_roam_create_session() argument 3648 status = mlo_get_sta_link_mac_addr(vdev_id, sync_ind, in lim_cm_roam_create_session() 3675 struct roam_offload_synch_ind *sync_ind, in lim_create_and_fill_link_session() argument 3684 pe_session = lim_cm_roam_create_session(mac_ctx, vdev_id, sync_ind); in lim_create_and_fill_link_session() [all …]
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_scan_roam.c | 3161 struct roam_offload_synch_ind *sync_ind) in cm_roam_update_vdev() argument 3173 status = wma_roam_update_vdev(wma, sync_ind, vdev_id); in cm_roam_update_vdev() 3199 cm_roam_pe_sync_callback(struct roam_offload_synch_ind *sync_ind, in cm_roam_pe_sync_callback() argument 3216 sync_ind, ie_len); in cm_roam_pe_sync_callback() 3225 vdev_id, sync_ind, ie_len, in cm_roam_pe_sync_callback() 3239 struct roam_offload_synch_ind *sync_ind) in cm_update_phymode_on_roam() argument 3248 if (is_multi_link_roam(sync_ind)) { in cm_update_phymode_on_roam() 3249 mlo_roam_get_bssid_chan_for_link(vdev_id, sync_ind, in cm_update_phymode_on_roam() 3256 wma_update_phymode_on_roam(wma, &sync_ind->bssid, in cm_update_phymode_on_roam() 3257 &sync_ind->chan, in cm_update_phymode_on_roam()
|
/wlan-driver/qcacld-3.0/components/wmi/src/ |
H A D | wmi_unified_roam_api.c | 413 struct roam_offload_synch_ind **sync_ind) in wmi_extract_roam_sync_event() argument 419 sync_ind); in wmi_extract_roam_sync_event()
|
/wlan-driver/qcacld-3.0/components/wmi/inc/ |
H A D | wmi_unified_roam_api.h | 340 struct roam_offload_synch_ind **sync_ind);
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
H A D | wmi_unified_priv.h | 449 struct roam_offload_synch_ind **sync_ind);
|