Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dwlan_mlo_mgr_sta.c310 if (sta_ctx->copied_conn_req) { in mlo_free_copied_conn_req()
311 wlan_cm_free_connect_req(sta_ctx->copied_conn_req); in mlo_free_copied_conn_req()
312 sta_ctx->copied_conn_req = NULL; in mlo_free_copied_conn_req()
785 if (!sta_ctx->copied_conn_req) in mlo_connect()
786 sta_ctx->copied_conn_req = qdf_mem_malloc( in mlo_connect()
789 wlan_cm_free_connect_req_param(sta_ctx->copied_conn_req); in mlo_connect()
791 if (sta_ctx->copied_conn_req) { in mlo_connect()
792 qdf_mem_copy(sta_ctx->copied_conn_req, req, in mlo_connect()
794 mlo_allocate_and_copy_ies(sta_ctx->copied_conn_req, in mlo_connect()
868 if (sta_ctx->copied_conn_req) in mlo_prepare_and_send_connect()
[all …]
Dwlan_mlo_mgr_link_switch.c798 if (sta_ctx->copied_conn_req) { in mlo_mgr_link_switch_start_connect()
799 qdf_mem_copy(&conn_req, sta_ctx->copied_conn_req, in mlo_mgr_link_switch_start_connect()
822 mlo_allocate_and_copy_ies(&conn_req, sta_ctx->copied_conn_req); in mlo_mgr_link_switch_start_connect()
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/
Dwlan_mlo_mgr_roam.c1174 if (sta_ctx->copied_conn_req) { in mlo_roam_validate_req()
1175 wlan_cm_free_connect_req(sta_ctx->copied_conn_req); in mlo_roam_validate_req()
1176 sta_ctx->copied_conn_req = NULL; in mlo_roam_validate_req()
1296 if (!sta_ctx->copied_conn_req) in mlo_roam_prepare_and_send_link_connect_req()
1297 sta_ctx->copied_conn_req = in mlo_roam_prepare_and_send_link_connect_req()
1300 wlan_cm_free_connect_req_param(sta_ctx->copied_conn_req); in mlo_roam_prepare_and_send_link_connect_req()
1302 if (!sta_ctx->copied_conn_req) { in mlo_roam_prepare_and_send_link_connect_req()
1310 qdf_mem_copy(sta_ctx->copied_conn_req, &req, in mlo_roam_prepare_and_send_link_connect_req()
1312 mlo_allocate_and_copy_ies(sta_ctx->copied_conn_req, &req); in mlo_roam_prepare_and_send_link_connect_req()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
Dwlan_mlo_mgr_public_structs.h805 struct wlan_cm_connect_req *copied_conn_req; member