wlan_plat/wlan_spia_api/inc/wlanspiatypes.h
branchRCL_3
changeset 18 d3d7683d16f5
parent 0 c40eb8fe8501
equal deleted inserted replaced
17:a828660c511c 18:d3d7683d16f5
       
     1 /*
       
     2 * Copyright (c) 2006-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 "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:  file holds SPIA specific type definitions
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 5 %
       
    20 */
       
    21 
       
    22 #ifndef WLANSPIATYPES_H
       
    23 #define WLANSPIATYPES_H
       
    24 
       
    25 #include <wlanosaplatform.h>
       
    26 #include <wlanspianamespace.h>
       
    27 
       
    28 NAMESPACE_BEGIN_SPIA
       
    29 
       
    30 enum TStatus
       
    31     {
       
    32     ESuccess        = 0,
       
    33     EFailure,
       
    34     ESuccessXfer,
       
    35     EPending
       
    36     };
       
    37     
       
    38 const TUint32 KCapabilityMemoryConfig       = ( 1 << 0 );
       
    39 const TUint32 KCapabilityNormalRead         = ( 1 << 1 );
       
    40 const TUint32 KCapabilityWriteB4Read        = ( 1 << 2 );
       
    41 const TUint32 KCapabilityCombinedWriteRead  = ( 1 << 3 );
       
    42 const TUint32 KCapabilityForcedActive       = ( 1 << 4 );
       
    43 const TUint32 KCapabilityFrameControlled    = ( 1 << 5 );
       
    44 
       
    45 NAMESPACE_END_SPIA
       
    46 
       
    47 #endif // WLANSPIACLIENT_H