wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacContextImpl.h
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
child 10 0abc8c98be24
equal deleted inserted replaced
0:c40eb8fe8501 13:ab7247ff6ef9
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-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 UmacContextImpl class
    14 * Description:   Declaration of the UmacContextImpl class
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 102 %
    19 * %version: 103 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANCONTEXTIMPL_H
    22 #ifndef WLANCONTEXTIMPL_H
    23 #define WLANCONTEXTIMPL_H
    23 #define WLANCONTEXTIMPL_H
    24 
    24 
   628 
   628 
   629     inline WHA::TOperationMode NetworkOperationMode() const;
   629     inline WHA::TOperationMode NetworkOperationMode() const;
   630     inline void NetworkOperationMode( 
   630     inline void NetworkOperationMode( 
   631         WHA::TOperationMode aOperationMode );
   631         WHA::TOperationMode aOperationMode );
   632 
   632 
       
   633     inline const TPairwiseKeyData* RoamingPairwiseKey() const;
       
   634     inline void  RoamingPairwiseKey( const TPairwiseKeyData* aKeyData );
       
   635     
   633     // setters and getters for key type
   636     // setters and getters for key type
   634     inline void GroupKeyType( WHA::TKeyType aKeyType );
   637     inline void GroupKeyType( WHA::TKeyType aKeyType );
   635     inline WHA::TKeyType GroupKeyType() const;
   638     inline WHA::TKeyType GroupKeyType() const;
   636     inline void PairWiseKeyType( WHA::TKeyType aKeyType );
   639     inline void PairWiseKeyType( WHA::TKeyType aKeyType );
   637     inline WHA::TKeyType PairWiseKeyType() const;
   640     inline WHA::TKeyType PairWiseKeyType() const;