Searched refs:copied_reassoc_rsp (Results 1 – 4 of 4) sorted by relevance
337 reassoc_rsp = vdev->mlo_dev_ctx->sta_ctx->copied_reassoc_rsp; in mlo_mgr_num_roam_links()978 if (!sta_ctx || !sta_ctx->copied_reassoc_rsp || in mlo_get_link_mac_addr_from_reassoc_rsp()979 !sta_ctx->copied_reassoc_rsp->roaming_info) { in mlo_get_link_mac_addr_from_reassoc_rsp()984 rsp = sta_ctx->copied_reassoc_rsp; in mlo_get_link_mac_addr_from_reassoc_rsp()1033 wlan_cm_free_connect_resp(sta_ctx->copied_reassoc_rsp); in mlo_roam_copy_reassoc_rsp()1045 sta_ctx->copied_reassoc_rsp = qdf_mem_malloc( in mlo_roam_copy_reassoc_rsp()1047 if (!sta_ctx->copied_reassoc_rsp) in mlo_roam_copy_reassoc_rsp()1050 qdf_mem_copy(sta_ctx->copied_reassoc_rsp, reassoc_rsp, in mlo_roam_copy_reassoc_rsp()1053 sta_ctx->copied_reassoc_rsp->roaming_info = qdf_mem_malloc( in mlo_roam_copy_reassoc_rsp()1056 if (!sta_ctx->copied_reassoc_rsp->roaming_info) { in mlo_roam_copy_reassoc_rsp()[all …]
1803 if (!sta_ctx->copied_reassoc_rsp) { in mlo_get_reassoc_rsp()1810 if (!sta_ctx->copied_reassoc_rsp->connect_ies.assoc_rsp.len || in mlo_get_reassoc_rsp()1811 !sta_ctx->copied_reassoc_rsp->connect_ies.assoc_rsp.ptr) { in mlo_get_reassoc_rsp()1814 sta_ctx->copied_reassoc_rsp->connect_ies.assoc_rsp.len); in mlo_get_reassoc_rsp()1820 &sta_ctx->copied_reassoc_rsp->connect_ies.assoc_rsp; in mlo_get_reassoc_rsp()
1284 wlan_cm_free_connect_resp(sta_ctx->copied_reassoc_rsp); in ml_free_copied_reassoc_rsp()
817 struct wlan_cm_connect_resp *copied_reassoc_rsp; member