commit | 10df6a722d11b0fda18262b53666c03ec29c7db0 | [log] [tgz] |
---|---|---|
author | Srinivas Dasari <dasaris@codeaurora.org> | Mon Jan 25 09:09:28 2021 +0530 |
committer | Christian Hoffmann <chrmhoffmann@gmail.com> | Sat Aug 21 13:22:32 2021 +0200 |
tree | 0290e96ff7fcebb15c143a7054f6c0807319ce23 | |
parent | 6d3113ef7410ae7dc81e43e8779fa513d58f9ce2 [diff] |
prima: Send assoc reject upon failing to post ASSOC_IND Currently, lim silently drops the association if it fails to post ASSOC_IND due to some reason(e.g. invalid contents of assoc request) and the MLM state is stuck in eLIM_MLM_WT_ASSOC_CNF_STATE. Station context is not cleaned up till the next association. Gracefully cleanup the association in such failure cases. Change-Id: I348a7d3ffc537cf89dc311da7bb9846e27635efe CRs-Fixed: 2857049