hotspotfw/hsclient/inc/hssiaphandler.h
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
--- a/hotspotfw/hsclient/inc/hssiaphandler.h	Tue Aug 31 16:18:40 2010 +0300
+++ b/hotspotfw/hsclient/inc/hssiaphandler.h	Wed Sep 01 12:20:32 2010 +0100
@@ -100,7 +100,14 @@
         void PackWepKeyCommsDatL( const SHssWep& aInputKey, 
                                   const  EHssWEPKeyFormat&  aFormat, 
                                     CMDBField<TDesC8>* aPackedKey );
- 
+
+         /**
+        * Converts Hotspot EAP settings to EAPOL EAP settings
+        * @param aHssEap, Hotspot EAP settings
+        * @param aEap, EAPOL EAP settings
+        */
+        void ConvertEApSettings( THssEapSettings& aHssEap, EAPSettings& aEap );
+        
         /**
         * Converts ascii to hecxadecimal 
         * @param aSource, ascii 
@@ -110,6 +117,14 @@
                                                 HBufC8*& aDest );   
                                                                          
         /**
+        * Writes eap type to descriptor
+        * @param aEapType, Eap type
+        * @param aEapString, Eap type descrpitor
+        * @param aEapCode, Eap id code
+        */                 
+        void GetEapTypeDesC( TUint aEapType, TDes8& aEapString, TChar& aEapCode );
+        
+        /**
         * Removes brackets from UID
         * @param aUid, UID of the client
         */