eapol/eapol_framework/eapol_symbian/am/type/securid/symbian/plugin/inc/EapSecurID.h
branchRCL_3
changeset 18 bad0cc58d154
parent 2 1c7bc153c08e
child 19 c74b3d9f6b9e
equal deleted inserted replaced
17:30e048a7b597 18:bad0cc58d154
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 9.1.2 %
    19 * %version: 16 %
    20 */
    20 */
    21 
    21 
    22 #ifndef EAPSECURID_H
    22 #ifndef EAPSECURID_H
    23 #define EAPSECURID_H
    23 #define EAPSECURID_H
    24 
    24 
    25 // INCLUDES
    25 // INCLUDES
    26 #include <EapType.h>
    26 #include <EapTypePlugin.h>
    27 #include "eap_header.h"
    27 #include "eap_header.h"
    28 
    28 
    29 // LOCAL CONSTANTS
    29 // LOCAL CONSTANTS
    30 
    30 
    31 // CLASS DECLARATION
    31 // CLASS DECLARATION
    32 /**
    32 /**
    33 * Class that implements the generic EAP type interface. Implements EAP SecurID protocol.
    33 * Class that implements the generic EAP type interface. Implements EAP SecurID protocol.
    34 */
    34 */
    35 class CEapSecurID : public CEapType
    35 class CEapSecurID : public CEapTypePlugin
    36 {
    36 {
    37 public:		
    37 public:		
    38 	/**
    38 	/**
    39 	* Construction function. Called by ECom after the EAP SecurID plugin has been loaded.
    39 	* Construction function. Called by ECom after the EAP SecurID plugin has been loaded.
    40 	* @param aIapInfo Pointer to the class that contains information about bearer type and unique index.
    40 	* @param aIapInfo Pointer to the class that contains information about bearer type and unique index.
    90 									   const bool is_client_when_true,
    90 									   const bool is_client_when_true,
    91 									   const eap_am_network_id_c * const receive_network_id);
    91 									   const eap_am_network_id_c * const receive_network_id);
    92 	
    92 	
    93 #endif // #ifdef USE_EAP_SIMPLE_CONFIG
    93 #endif // #ifdef USE_EAP_SIMPLE_CONFIG
    94 
    94 
    95 	/**
    95 
    96 	* Invokes the configuration UI.
       
    97 	**/
       
    98 	TInt InvokeUiL();
       
    99 	
    96 	
   100 	/**
    97 	/**
   101 	* Gets information about EAP type. 
    98 	* Gets information about EAP type. 
   102 	* @return Pointer to a class that contains the EAP type information. Also pushed to cleanup stack.
    99 	* @return Pointer to a class that contains the EAP type information. Also pushed to cleanup stack.
   103 	*/
   100 	*/
   104 	CEapTypeInfo* GetInfoLC();
   101 	CEapTypeInfo* GetInfoL();
   105 	
   102 	
   106 	/**
   103 	/**
   107 	* Deletes EAP type configuration
   104 	* Deletes EAP type configuration
   108 	*/	
   105 	*/	
   109 	void DeleteConfigurationL();
   106 	void DeleteConfigurationL();
   121 	/**
   118 	/**
   122 	* Sets the tunneling type. This is used to indicate that this type is run inside another 
   119 	* Sets the tunneling type. This is used to indicate that this type is run inside another 
   123 	* EAP type. 
   120 	* EAP type. 
   124 	* @param aTunnelingType Type number for the tunneling type
   121 	* @param aTunnelingType Type number for the tunneling type
   125 	*/	
   122 	*/	
   126 	void SetTunnelingType(const TInt aTunnelingType);
   123 	void SetTunnelingType(const TEapExpandedType aTunnelingType);
   127 
   124 
   128 	/**
   125 	/**
   129 	* Changes the index of the saved parameters.
   126 	* Changes the index of the saved parameters.
   130 	* @param aIndexType Indicates the bearer used for this connection.
   127 	* @param aIndexType Indicates the bearer used for this connection.
   131 	* @param aIndex Index for the connection. aIndexType and aIndex uniquely specify the connection.
   128 	* @param aIndex Index for the connection. aIndexType and aIndex uniquely specify the connection.