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