wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacconnectcontext.h
branchRCL_3
changeset 3 6524e815f76f
parent 0 c40eb8fe8501
equal deleted inserted replaced
0:c40eb8fe8501 3:6524e815f76f
     1 /*
     1 /*
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-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:   Declaration of the WlanConnectContext class.
    14 * Description:   Declaration of the WlanConnectContext class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 21 %
    19 * %version: 22 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANCONNECTCONTEXT_H
    22 #ifndef WLANCONNECTCONTEXT_H
    23 #define WLANCONNECTCONTEXT_H
    23 #define WLANCONNECTCONTEXT_H
    24 
    24 
    94     TWlanCipherSuite        iPairwiseCipher;
    94     TWlanCipherSuite        iPairwiseCipher;
    95     /** Radio Measurement settings */
    95     /** Radio Measurement settings */
    96     TBool                   iRadioMeasurement;
    96     TBool                   iRadioMeasurement;
    97     /** adhoc or infrastructure mode */
    97     /** adhoc or infrastructure mode */
    98     WHA::TOperationMode     iOperationMode;
    98     WHA::TOperationMode     iOperationMode;
       
    99     /** roaming pairwise cipher key data context. Not own */
       
   100     const TPairwiseKeyData* iRoamingPairwiseKey;
    99     /** items from Connect mgmt command; end */
   101     /** items from Connect mgmt command; end */
   100     
   102     
   101     /** group key type inserted */
   103     /** group key type inserted */
   102     WHA::TKeyType           iGroupKeyType;
   104     WHA::TKeyType           iGroupKeyType;
   103     /** pairwise key type inserted */
   105     /** pairwise key type inserted */