wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacaddbroadcastwepkey.inl
changeset 0 c40eb8fe8501
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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:   Implementation of WlanAddBroadcastWepKey inline methods.
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 6 %
       
    20 */
       
    21 
       
    22 inline WlanAddBroadcastWepKey::~WlanAddBroadcastWepKey()
       
    23     {
       
    24     iKey = NULL;
       
    25     iMemory = NULL;
       
    26     }
       
    27 
       
    28 inline TBool WlanAddBroadcastWepKey::UseAsDefaultKey() const
       
    29     {
       
    30     return iFlags & KUseAsDefaultKey;
       
    31     };
       
    32 
       
    33 inline TBool WlanAddBroadcastWepKey::UseAsPairwiseKey() const
       
    34     {
       
    35     return iFlags & KUseAsPairwiseKey;
       
    36     };