qcacld-3.0: Populate ASSOC IE length in roam offload scan cmd
In function csr_roam_offload_scan while copying ASSOC IEs, also populate ASSOC IE length, else firmware wont get any ASSOC IE and REASSOC request will not be consistent with ASSOC request. Change-Id: I99af48b2f491d0bc7491a88b455e3636ea8e4eff CRs-Fixed: 1090869
Este cometimento está contido em:

cometido por
qcabuildsw

ascendente
76caff9ef2
cometimento
f311a5a899
@@ -17913,6 +17913,7 @@ csr_roam_offload_scan(tpAniSirGlobal mac_ctx, uint8_t session_id,
|
|||||||
req_buf->hi_rssi_scan_rssi_ub);
|
req_buf->hi_rssi_scan_rssi_ub);
|
||||||
|
|
||||||
if (command != ROAM_SCAN_OFFLOAD_STOP) {
|
if (command != ROAM_SCAN_OFFLOAD_STOP) {
|
||||||
|
req_buf->assoc_ie.length = session->nAddIEAssocLength;
|
||||||
qdf_mem_copy(req_buf->assoc_ie.addIEdata,
|
qdf_mem_copy(req_buf->assoc_ie.addIEdata,
|
||||||
session->pAddIEAssoc,
|
session->pAddIEAssoc,
|
||||||
session->nAddIEAssocLength);
|
session->nAddIEAssocLength);
|
||||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador