wlan: MCC- EAPOL frame to use TX_HIGH_PRIO DXE channel and mgmt pool

EAPOL frames cannot be delayed even if DATA pool is full
MCC second session EAPOL failure under high data traffic in first
session

Change-Id: I702224d3873826aa3954bcb2a76868f1e25d08bd
CR-Fixed: 387009, 412052
diff --git a/CORE/TL/src/wlan_qct_tli.h b/CORE/TL/src/wlan_qct_tli.h
index 3089d95..3e953de 100644
--- a/CORE/TL/src/wlan_qct_tli.h
+++ b/CORE/TL/src/wlan_qct_tli.h
@@ -523,6 +523,9 @@
   /*Packet pending flag - set if tx is pending for the station*/
   v_U8_t                        ucPktPending;
   
+  /*EAPOL Packet pending flag - set if EAPOL packet is pending for the station*/
+  v_U8_t                        ucEapolPktPending;
+
   /*used on tx packet to signal when there is no more data to tx for the 
    moment=> packets can be passed to BAL */
   v_U8_t                    ucNoMoreData;