accesssec_plat/eap_type_api/inc/EapSettings.inl
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 inline CertificateEntry::CertificateEntry()
       
    20 : iCertType(ECA)
       
    21 , iSubjectNamePresent(EFalse)
       
    22 , iIssuerNamePresent(EFalse)
       
    23 , iSerialNumberPresent(EFalse)
       
    24 , iSubjectKeyIDPresent(EFalse)
       
    25 , iThumbprintPresent(EFalse)
       
    26 {
       
    27 }
       
    28 
       
    29 inline EAPSettings::EAPSettings()
       
    30 : iUsernamePresent(EFalse)
       
    31 , iPasswordPresent(EFalse)
       
    32 , iRealmPresent(EFalse)
       
    33 , iVerifyServerRealmPresent(EFalse)
       
    34 , iRequireClientAuthenticationPresent(EFalse)
       
    35 , iSessionValidityTimePresent(EFalse)
       
    36 , iCipherSuitesPresent(EFalse)
       
    37 , iCipherSuites(1)
       
    38 , iPEAPVersionsPresent(EFalse)
       
    39 , iCertificatesPresent(EFalse)
       
    40 , iCertificates(1)
       
    41 , iEncapsulatedEAPTypesPresent(EFalse)
       
    42 , iEncapsulatedEAPTypes(1)
       
    43 {
       
    44 }
       
    45 
       
    46 // end of file