wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacconnectcontext.inl
branchRCL_3
changeset 3 6524e815f76f
parent 0 c40eb8fe8501
equal deleted inserted replaced
0:c40eb8fe8501 3:6524e815f76f
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    14 * Description:   Implementation of WlanConnectContext inline methods
    14 * Description:   Implementation of WlanConnectContext inline methods
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 15 %
    19 * %version: 16 %
    20 */
    20 */
    21 
    21 
    22 // -----------------------------------------------------------------------------
    22 // -----------------------------------------------------------------------------
    23 // 
    23 // 
    24 // -----------------------------------------------------------------------------
    24 // -----------------------------------------------------------------------------
    32     iAuthAlgorithmNbr( 0 ),
    32     iAuthAlgorithmNbr( 0 ),
    33     iEncryptionStatus( EEncryptionDisabled ),
    33     iEncryptionStatus( EEncryptionDisabled ),
    34     iPairwiseCipher( EWlanCipherSuiteNone ),
    34     iPairwiseCipher( EWlanCipherSuiteNone ),
    35     iRadioMeasurement( EFalse ),
    35     iRadioMeasurement( EFalse ),
    36     iOperationMode( WHA::EBSS ),
    36     iOperationMode( WHA::EBSS ),
       
    37     iRoamingPairwiseKey( NULL ),
    37     iGroupKeyType( WHA::EKeyNone ), 
    38     iGroupKeyType( WHA::EKeyNone ), 
    38     iPairWiseKeyType( WHA::EKeyNone ),
    39     iPairWiseKeyType( WHA::EKeyNone ),
    39     iNwsaMinBasicRate( 0 ), 
    40     iNwsaMinBasicRate( 0 ), 
    40     iNwsaMaxBasicRate( 0 ),
    41     iNwsaMaxBasicRate( 0 ),
    41     iNwsaBasicRateSet( 0 ),
    42     iNwsaBasicRateSet( 0 ),
   112 //
   113 //
   113 WlanConnectContext::~WlanConnectContext()
   114 WlanConnectContext::~WlanConnectContext()
   114     {
   115     {
   115     iScanResponseFrameBody = NULL;
   116     iScanResponseFrameBody = NULL;
   116     iIeData = NULL;
   117     iIeData = NULL;
       
   118     iRoamingPairwiseKey = NULL;
   117     }
   119     }