Home
last modified time | relevance | path

Searched refs:wlan_cm_is_vdev_roaming (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/interface_mgr/src/
H A Dwlan_if_mgr_sta.c189 if (!wlan_cm_is_vdev_roaming(vdev)) in if_mgr_connect_complete()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_api.h226 bool wlan_cm_is_vdev_roaming(struct wlan_objmgr_vdev *vdev);
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_api.c211 bool wlan_cm_is_vdev_roaming(struct wlan_objmgr_vdev *vdev) in wlan_cm_is_vdev_roaming() function
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/
H A Dwlan_objmgr_pdev_obj.c849 if (wlan_cm_is_vdev_roaming(vdev)) { in wlan_objmgr_pdev_get_roam_vdev()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_assoc_rsp_frame.c1483 if (!wlan_cm_is_vdev_roaming(session_entry->vdev)) in lim_process_assoc_rsp_frame()
H A Dlim_process_auth_frame.c625 if (!wlan_cm_is_vdev_roaming(vdev)) { in lim_update_link_to_mld_address()
H A Dlim_send_management_frames.c7606 if (!wlan_cm_is_vdev_roaming(vdev)) {
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c341 roaming_in_progress = wlan_cm_is_vdev_roaming(vdev); in wlan_cm_roaming_in_progress()
5591 if (wlan_cm_is_vdev_roaming(vdev)) { in wlan_cm_is_sae_auth_addr_conversion_required()
5641 if (!wlan_cm_is_vdev_roaming(vdev)) in wlan_cm_store_mlo_roam_peer_address()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_sta.c601 (wlan_cm_is_vdev_roaming(mlo_dev_ctx->wlan_vdev_list[i]))) { in mlo_validate_connect_req()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c1586 if (wlan_cm_is_vdev_roaming(vdev)) { in wma_csa_offload_handler()
H A Dwma_dev_if.c5007 if (iface->vdev && wlan_cm_is_vdev_roaming(iface->vdev)) { in wma_add_tdls_sta()