hotspotfw/hsclient/inc/hssiaphandler.h
changeset 25 001d4d78e350
parent 0 56b72877c1cb
child 36 682dd021f9be
--- a/hotspotfw/hsclient/inc/hssiaphandler.h	Mon May 03 13:32:51 2010 +0300
+++ b/hotspotfw/hsclient/inc/hssiaphandler.h	Fri May 14 16:56:58 2010 +0300
@@ -100,14 +100,7 @@
         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 
@@ -116,14 +109,6 @@
         void ConvertAsciiToHex( const TDes8& aSource, 
                                                 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 );
-       
     private: // Data
         
         /**