|
@@ -271,6 +271,9 @@ void lim_perform_ft_pre_auth(tpAniSirGlobal pMac, QDF_STATUS status,
|
|
|
authFrame.authTransactionSeqNumber = SIR_MAC_AUTH_FRAME_1;
|
|
|
authFrame.authStatusCode = 0;
|
|
|
|
|
|
+ pMac->lim.limTimers.g_lim_periodic_auth_retry_timer.sessionId =
|
|
|
+ psessionEntry->peSessionId;
|
|
|
+
|
|
|
/* Start timer here to come back to operating channel */
|
|
|
pMac->lim.limTimers.gLimFTPreAuthRspTimer.sessionId =
|
|
|
psessionEntry->peSessionId;
|