wlan: Fix for EAPOL packet getting delayed during high data traffic

Transmition of EAPOL packet is getting delayed when high data traffic
is getting transmitted. Last EAPOL packet during 4 way handshake was
getting transmitted after set key
which was resulting in connection failure for P2P-client.

Change-Id: I9ee967bdb1df26ae5208e21bc833129f7f23b67a
CR-Fixed: 425517
diff --git a/CORE/TL/src/wlan_qct_tli.h b/CORE/TL/src/wlan_qct_tli.h
index cbdb731..d3aa20a 100644
--- a/CORE/TL/src/wlan_qct_tli.h
+++ b/CORE/TL/src/wlan_qct_tli.h
@@ -580,6 +580,13 @@
   /*Begining of the cached packets chain*/
   vos_pkt_t*                 vosEndCachedFrame;
 
+  /* ULA notfication is pending */
+  v_U8_t                ucULANotificationPending;
+
+  void (*callbackRoutine) (void *callbackContext);
+
+  void                 *callbackContext;
+
 #ifdef WLAN_SOFTAP_FEATURE
 
   /* LWM related fields */