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
这个提交包含在:
@@ -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
|
||||
|
在新工单中引用
屏蔽一个用户