summaryrefslogtreecommitdiff
path: root/core/mac/src/pe/lim/lim_assoc_utils.c
diff options
context:
space:
mode:
authorWill Huang <wilhuang@codeaurora.org>2020-09-02 16:31:30 +0800
committersnandini <snandini@codeaurora.org>2020-09-15 23:03:46 -0700
commit3930c36458f5fb53c1b56933adce76edeea20a11 (patch)
treef2186fac91c8e545cf03ed42f78044bb6454d100 /core/mac/src/pe/lim/lim_assoc_utils.c
parent4218ed940ad6acce512277b64a728e2479729c44 (diff)
downloadqcacld-3930c36458f5fb53c1b56933adce76edeea20a11.tar.gz
qcacld-3.0: Put install key after associate complete for FT roam
If FT roam with LFR2.0 enabled, pre-auth/reassociate happen in host, PTK will be installed early after pre-auth negotiation, so need put it after association complete, but currently we only save PTK key material and don't install it. Because crypto was converged and original eWNI_SME_FT_UPDATE_KEY has been removed, move delayed installing key after association complete notified at hdd layer, rather than in function wma_add_sta_req_sta_mode at wma layer. And remove useless code related with original FT key installing. Change-Id: I3bc52b65d17342edab755f7904d743c3433f99ce CRs-Fixed: 2768307
Diffstat (limited to 'core/mac/src/pe/lim/lim_assoc_utils.c')
-rw-r--r--core/mac/src/pe/lim/lim_assoc_utils.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/mac/src/pe/lim/lim_assoc_utils.c b/core/mac/src/pe/lim/lim_assoc_utils.c
index 277bf73bbb..890491cd28 100644
--- a/core/mac/src/pe/lim/lim_assoc_utils.c
+++ b/core/mac/src/pe/lim/lim_assoc_utils.c
@@ -3752,8 +3752,6 @@ QDF_STATUS lim_sta_send_add_bss(struct mac_context *mac, tpSirAssocRsp pAssocRsp
if (QDF_P2P_CLIENT_MODE == pe_session->opmode)
pAddBssParams->staContext.p2pCapableSta = 1;
- pAddBssParams->extSetStaKeyParamValid = 0;
-
#ifdef WLAN_FEATURE_11W
if (pe_session->limRmfEnabled) {
pAddBssParams->rmfEnabled = 1;
@@ -4065,7 +4063,6 @@ QDF_STATUS lim_sta_send_add_bss_pre_assoc(struct mac_context *mac,
pAddBssParams->staContext.smesessionId = pe_session->smeSessionId;
pAddBssParams->staContext.sessionId = pe_session->peSessionId;
- pAddBssParams->extSetStaKeyParamValid = 0;
#ifdef WLAN_FEATURE_11W
if (pe_session->limRmfEnabled) {