wlan: Fixed issue in handling of EAPOL keys

Due to the issue in handling of EAPOL keys
there was a race condition where EAPOL keys
were never getting exchanged in time and then
AP was cancelling authentation/association. Due
to this issue STA was not getting connected to
some APs (Belkin F5D7230-4). Other issues are
also fixed in handling of EAPOL such that EAPOL
effectively uses mgmt pool and is handled only in
connected state. Similarly, non-key data are only
handled in authenticated state.

Change-Id: I0ccd4cc8c81d2bb87352c122cd6e00f64224afdd
CRs-fixed: 442143
diff --git a/CORE/TL/inc/wlan_qct_tl.h b/CORE/TL/inc/wlan_qct_tl.h
index 75df0a2..cbf27ce 100644
--- a/CORE/TL/inc/wlan_qct_tl.h
+++ b/CORE/TL/inc/wlan_qct_tl.h
@@ -2521,7 +2521,7 @@
 ============================================================================*/
 
 VOS_STATUS WLANTL_Finish_ULA( void (*callbackRoutine) (void *callbackContext),
-                              void *callbackContext, uint8 staId);
+                              void *callbackContext);
 
 /*===============================================================================
   FUNCTION       WLANTL_UpdateRssiBmps