diff -r 498f36116140 -r 001d4d78e350 hotspotfw/hsclient/inc/hssiaphandler.h --- 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* 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 /**