Fix for VOSS assert observed during WFD session

Vos Assert observed in the driver due to the JOIN_FAIL_TIMER timeout
for session which does not exist.deactivate the JOIN_FAIL_TIMER
in the cleanup process of auth/assoc failure.

Change-Id: I7767a1053e709a1f850721b71d2d681fa15f3e8d
CRs-fixed: 539569
diff --git a/CORE/MAC/src/pe/lim/limAssocUtils.c b/CORE/MAC/src/pe/lim/limAssocUtils.c
index f4649e0..7af69ef 100644
--- a/CORE/MAC/src/pe/lim/limAssocUtils.c
+++ b/CORE/MAC/src/pe/lim/limAssocUtils.c
@@ -695,6 +695,7 @@
         psessionEntry->limMlmState = eLIM_MLM_WT_DEL_STA_RSP_STATE;
         /* Deactivating probe after heart beat timer */
         limDeactivateAndChangeTimer(pMac, eLIM_PROBE_AFTER_HB_TIMER);
+        limDeactivateAndChangeTimer(pMac, eLIM_JOIN_FAIL_TIMER);
         limHeartBeatDeactivateAndChangeTimer(pMac, psessionEntry);
         limDeactivateAndChangeTimer(pMac, eLIM_KEEPALIVE_TIMER);
         pMac->lim.gLastBeaconDtimCount = 0;