|
@@ -836,13 +836,6 @@ lim_process_assoc_rsp_frame(struct mac_context *mac_ctx, uint8_t *rx_pkt_info,
|
|
|
return;
|
|
|
}
|
|
|
lim_copy_u16((uint8_t *) &mac_capab, caps);
|
|
|
-
|
|
|
- /* Stop Association failure timer */
|
|
|
- if (subtype == LIM_ASSOC)
|
|
|
- lim_deactivate_and_change_timer(mac_ctx, eLIM_ASSOC_FAIL_TIMER);
|
|
|
- else
|
|
|
- lim_stop_reassoc_retry_timer(mac_ctx);
|
|
|
-
|
|
|
lim_handle_assoc_reject_status(mac_ctx, session_entry, assoc_rsp,
|
|
|
hdr->sa);
|
|
|
|
|
@@ -873,6 +866,12 @@ lim_process_assoc_rsp_frame(struct mac_context *mac_ctx, uint8_t *rx_pkt_info,
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
+ /* Stop Association failure timer */
|
|
|
+ if (subtype == LIM_ASSOC)
|
|
|
+ lim_deactivate_and_change_timer(mac_ctx, eLIM_ASSOC_FAIL_TIMER);
|
|
|
+ else
|
|
|
+ lim_stop_reassoc_retry_timer(mac_ctx);
|
|
|
+
|
|
|
if (assoc_rsp->status_code != eSIR_MAC_SUCCESS_STATUS) {
|
|
|
/*
|
|
|
*Re/Association response was received
|