|
@@ -1241,6 +1241,10 @@ static void lim_process_mlm_auth_req(tpAniSirGlobal mac_ctx, uint32_t *msg)
|
|
|
goto end;
|
|
|
} else {
|
|
|
pe_debug("lim_process_mlm_auth_req_sae is successful");
|
|
|
+ lim_diag_event_report(mac_ctx,
|
|
|
+ WLAN_PE_DIAG_AUTH_ALGO_NUM,
|
|
|
+ session, eSIR_SUCCESS,
|
|
|
+ eSIR_AUTH_TYPE_SAE);
|
|
|
return;
|
|
|
}
|
|
|
} else
|
|
@@ -1257,6 +1261,8 @@ static void lim_process_mlm_auth_req(tpAniSirGlobal mac_ctx, uint32_t *msg)
|
|
|
auth_frame_body.authAlgoNumber =
|
|
|
(uint8_t) mac_ctx->lim.gpLimMlmAuthReq->authType;
|
|
|
}
|
|
|
+ lim_diag_event_report(mac_ctx, WLAN_PE_DIAG_AUTH_ALGO_NUM, session,
|
|
|
+ eSIR_SUCCESS, auth_frame_body.authAlgoNumber);
|
|
|
|
|
|
/* Prepare & send Authentication frame */
|
|
|
auth_frame_body.authTransactionSeqNumber = SIR_MAC_AUTH_FRAME_1;
|