qcacld-3.0: Update the assoc reject status
Assoc reject status sent over the air is internal failure status not inline with the specification. Update the assoc reject status sent over the air. Change-Id: I01250c63a42302d7b386a33aaf3b18e272581868 CRs-Fixed: 2115126
This commit is contained in:

gecommit door
Nandini Suresh

bovenliggende
552c983728
commit
a9de16b83a
@@ -3500,7 +3500,7 @@ void __lim_process_sme_assoc_cnf_new(tpAniSirGlobal mac_ctx, uint32_t msg_type,
|
|||||||
sta_ds->mlmStaContext.subType,
|
sta_ds->mlmStaContext.subType,
|
||||||
true, sta_ds->mlmStaContext.authType,
|
true, sta_ds->mlmStaContext.authType,
|
||||||
sta_ds->assocId, true,
|
sta_ds->assocId, true,
|
||||||
eSIR_SME_UNEXPECTED_REQ_RESULT_CODE,
|
eSIR_MAC_UNSPEC_FAILURE_STATUS,
|
||||||
session_entry);
|
session_entry);
|
||||||
}
|
}
|
||||||
end:
|
end:
|
||||||
|
Verwijs in nieuw issue
Block a user