qcacmn: Don't treat assoc req as reassoc req

Add a flag to indicate assoc req is used for this roaming,
don't treat assoc req as reassoc req.

Change-Id: I58f357b5581ca71e97841f1d7e0f3daad5d60970
CRs-Fixed: 3273877
这个提交包含在:
Jianmin Zhu
2022-08-23 22:04:04 +08:00
提交者 Madan Koyyalamudi
父节点 057bd5f570
当前提交 640ab03114
修改 2 个文件,包含 4 行新增2 行删除

查看文件

@@ -435,7 +435,7 @@ void osif_indicate_reassoc_results(struct wlan_objmgr_vdev *vdev,
rsp->ssid.length);
if (!bss)
osif_warn("not able to find bss");
if (rsp->is_ft)
if (rsp->is_assoc)
osif_cm_get_assoc_req_ie_data(&rsp->connect_ies.assoc_req,
&req_len, &req_ie);
else