eapol/eapol_framework/eapol_symbian/am/type/mschapv2/symbian/plugin/inc/EapMsChapV2DbDefaults.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: %
    19 * %version: 12 %
    20 */
    20 */
    21 
    21 
    22 #ifndef _EAPMSCHAPV2DBDEFAULTS_H_
    22 #ifndef _EAPMSCHAPV2DBDEFAULTS_H_
    23 #define _EAPMSCHAPV2DBDEFAULTS_H_
    23 #define _EAPMSCHAPV2DBDEFAULTS_H_
    24 
    24 
    25 #include "EapPluginDbDefaults.h"
    25 enum TMSCHAPV2PasswordPrompt
       
    26 {
       
    27 	EMSCHAPV2PasswordPromptOff,		// False. Don't show password prompt.
       
    28 	EMSCHAPV2PasswordPromptOn,		// True. Show password prompt.
       
    29 };
       
    30 
       
    31 // LOCAL CONSTANTS
       
    32 
       
    33 const TUint default_EAP_MSCHAPV2_password_prompt = EMSCHAPV2PasswordPromptOff;
       
    34 
       
    35 _LIT(default_EAP_MSCHAPV2_username, "");
       
    36 _LIT(default_EAP_MSCHAPV2_password, "");
       
    37 
       
    38 const TInt64 default_MaxSessionTime = 0; // 0 means read from configuration file.
       
    39 const TInt64 default_FullAuthTime = 0;
       
    40 
       
    41 const TUint KMaxUsernameLengthInDB = 255;
       
    42 const TUint KMaxPasswordLengthInDB = 255;
    26 
    43 
    27 #endif // _EAPMSCHAPV2DBDEFAULTS_H_
    44 #endif // _EAPMSCHAPV2DBDEFAULTS_H_