eapol/eapol_framework/eapol_symbian/am/type/gsmsim/symbian/plugin/inc/EapSimDbParameterNames.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 #if !defined(_EAPSIMDBPARAMETERNAMES_H_)
       
    21 #define _EAPSIMDBPARAMETERNAMES_H_
       
    22 
       
    23 #include "eap_type_gsmsim_types.h"
       
    24 
       
    25 // LOCAL CONSTANTS
       
    26 
       
    27 _LIT(KServiceType, "ServiceType");
       
    28 _LIT(KServiceIndex, "ServiceIndex");
       
    29 _LIT(KTunnelingType, "TunnelingType");
       
    30 _LIT(KPseudonymId, "PseudonymId");
       
    31 _LIT(KXKey, "XKEY");
       
    32 _LIT(KK_aut, "K_aut");
       
    33 _LIT(KK_encr, "K_encr");
       
    34 _LIT(KReauthCounter, "ReauthCounter");
       
    35 _LIT(KReauthId, "ReauthId");
       
    36 _LIT(KPreviousIMSI, "PreviousIMSI");
       
    37 
       
    38 _LIT(KGSMSIMLastFullAuthTime, "EAP_GSMSIM_reauthentication_time");
       
    39 
       
    40 #endif // _EAPSIMDBPARAMETERNAMES_H_
       
    41 
       
    42 
       
    43 // End of file