|
@@ -1843,7 +1843,6 @@ static void lim_process_auth_retry_timer(struct mac_context *mac_ctx)
|
|
|
SIR_MAC_AUTH_FRAME_1;
|
|
|
auth_frame->authStatusCode = 0;
|
|
|
pe_debug("Retry Auth");
|
|
|
- mac_ctx->auth_ack_status = LIM_ACK_NOT_RCD;
|
|
|
lim_increase_fils_sequence_number(session_entry);
|
|
|
lim_send_auth_mgmt_frame(mac_ctx, auth_frame,
|
|
|
mac_ctx->lim.gpLimMlmAuthReq->peerMacAddr,
|
|
@@ -1924,6 +1923,7 @@ void lim_process_auth_failure_timeout(struct mac_context *mac_ctx)
|
|
|
lim_restore_from_auth_state(mac_ctx,
|
|
|
eSIR_SME_AUTH_TIMEOUT_RESULT_CODE,
|
|
|
proto_status_code, session);
|
|
|
+ mac_ctx->auth_ack_status = LIM_ACK_NOT_RCD;
|
|
|
break;
|
|
|
default:
|
|
|
/*
|