diff -r 63be7eb3fc78 -r f28ada11abbf hotspotfw/hsclient/inc/hssiaphandler.h --- 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* 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 */