wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacContextImpl.inl
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:   Implementation of WlanContextImpl inline methods.
    14 * Description:   Implementation of WlanContextImpl inline methods.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 75 %
    19 * %version: 76 %
    20 */
    20 */
    21 
    21 
    22 #include "umacconnectcontext.h"
    22 #include "umacconnectcontext.h"
    23 
    23 
    24 // ---------------------------------------------------------------------------
    24 // ---------------------------------------------------------------------------
   650 //
   650 //
   651 inline void WlanContextImpl::NetworkOperationMode( 
   651 inline void WlanContextImpl::NetworkOperationMode( 
   652     WHA::TOperationMode aOperationMode )
   652     WHA::TOperationMode aOperationMode )
   653     {
   653     {
   654     iConnectContext.iOperationMode = aOperationMode;
   654     iConnectContext.iOperationMode = aOperationMode;
       
   655     }
       
   656 
       
   657 // ---------------------------------------------------------------------------
       
   658 // 
       
   659 // ---------------------------------------------------------------------------
       
   660 //
       
   661 inline const TPairwiseKeyData* WlanContextImpl::RoamingPairwiseKey() const
       
   662     {
       
   663     return iConnectContext.iRoamingPairwiseKey;
       
   664     }
       
   665 
       
   666 // ---------------------------------------------------------------------------
       
   667 // 
       
   668 // ---------------------------------------------------------------------------
       
   669 //
       
   670 inline void WlanContextImpl::RoamingPairwiseKey( 
       
   671     const TPairwiseKeyData* aKeyData )
       
   672     {
       
   673     iConnectContext.iRoamingPairwiseKey = aKeyData;
   655     }
   674     }
   656 
   675 
   657 // ---------------------------------------------------------------------------
   676 // ---------------------------------------------------------------------------
   658 // 
   677 // 
   659 // ---------------------------------------------------------------------------
   678 // ---------------------------------------------------------------------------