HS20_REL2:Adding missing changes for OSEN support

OSEN changes to accomodate the latest supplicant changes are added
in the driver and some of the missing changes to complete the osen
connection are added.

CRs-fixed: 656295
Change-Id: If4ddb1dd485a0004fc2f9439e9898c5696ad5c60
diff --git a/CORE/SME/src/csr/csrApiRoam.c b/CORE/SME/src/csr/csrApiRoam.c
index 8e094f7..ff290b5 100644
--- a/CORE/SME/src/csr/csrApiRoam.c
+++ b/CORE/SME/src/csr/csrApiRoam.c
@@ -8907,6 +8907,7 @@
 #endif /* FEATURE_WLAN_WAPI */
         /*Save the WPS info*/
         pScanFilter->bWPSAssociation = pProfile->bWPSAssociation;
+        pScanFilter->bOSENAssociation = pProfile->bOSENAssociation;
         if( pProfile->countryCode[0] )
         {
             //This causes the matching function to use countryCode as one of the criteria.