wlan_bearer/wlanldd/wlan_common/umac_common/inc/umac_types.h
branchRCL_3
changeset 10 0abc8c98be24
parent 0 c40eb8fe8501
child 32 c01ef7f246fd
equal deleted inserted replaced
8:e0f767079796 10:0abc8c98be24
     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:   UMAC type definitions. 
    14 * Description:   UMAC type definitions. 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 28 %
    19 * %version: 29 %
    20 */
    20 */
    21 
    21 
    22 #ifndef UMACTYPES_H
    22 #ifndef UMACTYPES_H
    23 #define UMACTYPES_H
    23 #define UMACTYPES_H
    24 
    24 
    25 #include "am_platform_libraries.h"
    25 #include "am_platform_libraries.h"
    26 #include "pack.h"
    26 #include "pack.h"
    27 #include <wlanosaplatform.h>
    27 #include <wlanosaplatform.h>
    28 
    28 
    29 /// Indication data type
    29 
       
    30 /** WLAN feature bit mask */
       
    31 typedef TUint32 TWlanFeatures;
       
    32 
       
    33 /** HT operation (per 802.11n) */
       
    34 const TWlanFeatures KWlanHtOperation = ( 1 << 0 );
       
    35 
       
    36 
       
    37 /** Indication data type */
    30 typedef enum _TIndication
    38 typedef enum _TIndication
    31     {
    39     {
    32 	EMediaDisconnect,
    40 	EMediaDisconnect,
    33     EOsPowerStandby,
    41     EOsPowerStandby,
    34     EHWFailed,
    42     EHWFailed,