Searched refs:copied_conn_req (Results 1 – 4 of 4) sorted by relevance
310 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 …]
798 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()
1174 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()
805 struct wlan_cm_connect_req *copied_conn_req; member