wlan: Adding HS2.0 IEs in the Re-Assoc Requset

DUT fails to send re-assoc

Change-Id: Ibf293d952875bf91b09b9838eb4b076a1e333221
CR-Fixed: 407823
diff --git a/CORE/SME/inc/csrInternal.h b/CORE/SME/inc/csrInternal.h
index 2708398..b70be01 100644
--- a/CORE/SME/inc/csrInternal.h
+++ b/CORE/SME/inc/csrInternal.h
@@ -836,6 +836,10 @@
     tANI_U32 roamTS1;
 #endif
     tANI_U8 bRefAssocStartCnt;   //Tracking assoc start indication
+   /* to force the AP initiate fresh 802.1x authentication after re-association need to clear 
+    * the PMKID cache. To clear the cache in this particular case this is added
+    * it is needed by the HS 2.0 passpoint certification 5.2.a and b testcases */ 
+    tANI_BOOLEAN fIgnorePMKIDCache;
 } tCsrRoamSession;
 
 typedef struct tagCsrRoamStruct