diff -r b852595f5cbe -r 63be7eb3fc78 hotspotfw/hsclient/inc/hssiaphandler.h --- a/hotspotfw/hsclient/inc/hssiaphandler.h Thu Aug 19 10:59:40 2010 +0300 +++ b/hotspotfw/hsclient/inc/hssiaphandler.h Tue Aug 31 16:18:40 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 @@ -117,14 +110,6 @@ 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 */