summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorService qcabuildsw <qcabuildsw@localhost>2016-12-27 12:00:14 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-27 12:00:14 -0800
commit1121a7850ab73316626f3624b8683c35ee6ef442 (patch)
treecc772cfcfca6b25a0bc16be0b95bc20d24bf91ad
parent902db27a8a98c3a036ef7830b2ffe60f7e7150f0 (diff)
parente8ca338755b6bc1445ebfea2fdf9c8fe5314a098 (diff)
Merge "qcacld-3.0: Set is_key_installed in roam_synch handler" into wlan-cld3.driver.lnx.1.1-dev
-rw-r--r--core/mac/src/pe/lim/lim_api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/mac/src/pe/lim/lim_api.c b/core/mac/src/pe/lim/lim_api.c
index 859dc822958a..cee6d5d7a214 100644
--- a/core/mac/src/pe/lim/lim_api.c
+++ b/core/mac/src/pe/lim/lim_api.c
@@ -2067,6 +2067,10 @@ QDF_STATUS pe_roam_synch_callback(tpAniSirGlobal mac_ctx,
if (mac_ctx->roam.pReassocResp)
qdf_mem_free(mac_ctx->roam.pReassocResp);
mac_ctx->roam.pReassocResp = NULL;
+
+ if (roam_sync_ind_ptr->authStatus == CSR_ROAM_AUTH_STATUS_AUTHENTICATED)
+ ft_session_ptr->is_key_installed = true;
+
return QDF_STATUS_SUCCESS;
}
#endif