eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/inc/EapTlsPeapDbParameterNames.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(_EAPTLAPEAPDBPARAMETERNAMES_H_)
       
    21 #define _EAPTLAPEAPDBPARAMETERNAMES_H_
       
    22 
       
    23 #include "eap_type_tls_peap_types.h"
       
    24 
       
    25 // LOCAL CONSTANTS
       
    26 
       
    27 _LIT(KServiceType, "ServiceType");
       
    28 _LIT(KServiceIndex, "ServiceIndex");
       
    29 _LIT(KTunnelingType, "TunnelingType");
       
    30 _LIT(KCACertLabelOld, "CA_cert_label");
       
    31 _LIT(KClientCertLabel, "client_cert_label");
       
    32 _LIT(KCertLabel, "label");
       
    33 _LIT(KCipherSuite, "cipher_suite");
       
    34 _LIT(KSerialNumber, "SerialNumber");
       
    35 _LIT(KIssuerName, "IssuerName");
       
    36 _LIT(KSubjectName, "SubjectName");
       
    37 _LIT(KSubjectKeyIdentifier, "SubjectKeyId"); // This stores the Symbian's subjectkey id (hash of actual subjectkey id).
       
    38 											 // This is the subjectkey id used in authentications.
       
    39 
       
    40 _LIT(KTLSLastFullAuthTime, "EAP_TLS_last_full_authentication_time");
       
    41 _LIT(KPEAPLastFullAuthTime, "EAP_PEAP_last_full_authentication_time");
       
    42 _LIT(KTTLSLastFullAuthTime, "EAP_TTLS_last_full_authentication_time");
       
    43 _LIT(KFASTLastFullAuthTime, "EAP_FAST_last_full_authentication_time");
       
    44 _LIT(KFASTLastPasswordIdentityTime, "EAP_FAST_last_password_identity_time");
       
    45 _LIT( KTTLSPAPLastFullAuthTime, "EAP_TTLS_PAP_last_full_authentication_time" );
       
    46 
       
    47 // This is the subject key id present in the certificate itself, which OMA provisioning (Device Management)
       
    48 // sets through EAPSettings. KSubjectKeyIdentifier -> stores the Symbian's subjectkey id (hash of actual subjectkey id).
       
    49 // This is used only to provide GetConfigurationL the value set by SetConfigurationL
       
    50 // No other use of this value, at the moment.
       
    51 _LIT(KActualSubjectKeyIdentifier, "ActualSubjectKeyId");
       
    52 _LIT(KThumbprint, "Thumbprint");
       
    53 
       
    54 #ifdef USE_FAST_EAP_TYPE
       
    55 _LIT(KFASTPACGroupDBReferenceCollection, "EAP_FAST_PAC_Group_DB_Reference_Collection");
       
    56 _LIT(KFASTPACGroupImportReferenceCollection, "EAP_FAST_PAC_Group_Import_Reference_Collection");
       
    57 _LIT(KFASTWarnADHPNoPAC, "EAP_FAST_Warn_ADHP_No_PAC");
       
    58 _LIT(KFASTWarnADHPNoMatchingPAC, "EAP_FAST_Warn_ADHP_No_Matching_PAC");
       
    59 _LIT(KFASTWarnNotDefaultServer, "EAP_FAST_Warn_Not_Default_Server");
       
    60 
       
    61 // For PAC store.
       
    62 _LIT(KPACStoreReferenceCounter, "EAP_PAC_Store_Referance_Counter");
       
    63 _LIT(KPACStoreMasterKey, "EAP_PAC_Store_Master_Key");
       
    64 _LIT(KPACStoreGroupReference, "EAP_PAC_Store_Group_Reference");
       
    65 _LIT(KPACStoreGroupValue, "EAP_FAST_Group_Value");
       
    66 _LIT(KPACStoreAIDReference, "EAP_PAC_Store_AID_Reference");
       
    67 _LIT(KPACStoreAIDValue, "EAP_PAC_Store_AID_Value");
       
    68 _LIT(KPACStorePACReference, "EAP_PAC_Store_PAC_Reference");
       
    69 _LIT(KPACStorePACValue, "EAP_PAC_Store_PAC_Value");
       
    70 
       
    71 #endif //#ifdef USE_FAST_EAP_TYPE
       
    72 
       
    73 #ifndef USE_EAP_TLS_IDENTITY_PRIVACY
       
    74 _LIT(cf_str_EAP_TLS_PEAP_use_identity_privacy_literal, "EAP_TLS_PEAP_use_identity_privacy");
       
    75 #endif
       
    76 
       
    77 #endif // _EAPTLAPEAPDBPARAMETERNAMES_H_
       
    78 
       
    79 
       
    80 // End of file