eapol/eapol_framework/eapol_symbian/am/type/mschapv2/symbian/plugin/inc/EapMsChapV2DbDefaults.h
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 /*
       
     2 * Copyright (c) 2001-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  EAP and WLAN authentication protocols.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef _EAPMSCHAPV2DBDEFAULTS_H_
       
    22 #define _EAPMSCHAPV2DBDEFAULTS_H_
       
    23 
       
    24 enum TMSCHAPV2PasswordPrompt
       
    25 {
       
    26 	EMSCHAPV2PasswordPromptOff,		// False. Don't show password prompt.
       
    27 	EMSCHAPV2PasswordPromptOn,		// True. Show password prompt.
       
    28 };
       
    29 
       
    30 // LOCAL CONSTANTS
       
    31 
       
    32 const TUint default_EAP_MSCHAPV2_password_prompt = EMSCHAPV2PasswordPromptOff;
       
    33 
       
    34 _LIT(default_EAP_MSCHAPV2_username, "");
       
    35 _LIT(default_EAP_MSCHAPV2_password, "");
       
    36 
       
    37 const TInt64 default_MaxSessionTime = 0; // 0 means read from configuration file.
       
    38 const TInt64 default_FullAuthTime = 0;
       
    39 
       
    40 const TUint KMaxUsernameLengthInDB = 255;
       
    41 const TUint KMaxPasswordLengthInDB = 255;
       
    42 
       
    43 #endif // _EAPMSCHAPV2DBDEFAULTS_H_