|
@@ -594,7 +594,7 @@ void lim_process_mlm_auth_cnf(struct mac_context *mac_ctx, uint32_t *msg)
|
|
auth_cnf->resultCode != eSIR_SME_DEAUTH_WHILE_JOIN) {
|
|
auth_cnf->resultCode != eSIR_SME_DEAUTH_WHILE_JOIN) {
|
|
pe_debug("Send deauth for SAE auth failure");
|
|
pe_debug("Send deauth for SAE auth failure");
|
|
lim_send_deauth_mgmt_frame(mac_ctx,
|
|
lim_send_deauth_mgmt_frame(mac_ctx,
|
|
- auth_cnf->protStatusCode,
|
|
|
|
|
|
+ REASON_TIMEDOUT,
|
|
auth_cnf->peerMacAddr,
|
|
auth_cnf->peerMacAddr,
|
|
session_entry, false);
|
|
session_entry, false);
|
|
}
|
|
}
|