wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/wllddoidmsgstorage.h
changeset 0 c40eb8fe8501
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     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 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:   This file contains OID msg storage definition
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 17 %
       
    20 */
       
    21 
       
    22 #ifndef WLANOIDMSGSTORAGE_H
       
    23 #define WLANOIDMSGSTORAGE_H
       
    24 
       
    25 #include "umacoidmsg.h"
       
    26 
       
    27 union WalOidMessages
       
    28     {
       
    29     TConnectMsg                     iConnectMsg;
       
    30     TStartIBSSMsg                   iStartIBSSMsg;
       
    31     TScanMsg                        iScanMsg;
       
    32     TStopScanMsg                    iStopscanMsg;
       
    33     TDisconnectMsg                  iDisconnectMsg;
       
    34     TSetPowerModeMsg                iSetPowerModeMsg;
       
    35     TSetRcpiTriggerLevelMsg         iSetRcpiTriggerLevelMsg;
       
    36     TSetTxPowerLevelMsg             iSetTxPowerLevelMsg;
       
    37     TConfigureMsg                   iConfigureMsg;
       
    38     TGetLastRcpiMsg                 iGetLastRcpiMsg;
       
    39     TDisableUserDataMsg             iDisableUserDataMsg;
       
    40     TEnableUserDataMsg              iEnableUserDataMsg;
       
    41     TAddCipherKeyMsg                iAddCipherKeyMsg;
       
    42     TAddMulticastAddrMsg            iAddMulticastAddrMsg;
       
    43     TRemoveMulticastAddrMsg         iRemoveMulticastAddrMsg;
       
    44     TConfigureBssLostMsg            iConfigureBssLostMsg;
       
    45     TSetTxRateAdaptationParamsMsg   iSetTxRateAdaptationParamsMsg;
       
    46     TConfigureTxRatePoliciesMsg     iConfigureTxRatePoliciesMsg;
       
    47     TSetPowerModeMgmtParamsMsg      iSetPowerModeMgmtParamsMsg;
       
    48     TConfigurePwrModeMgmtTrafficOverrideMsg iConfigurePwrModeMgmtTrafficOverrideMsg;
       
    49     TGetFrameStatisticsMsg          iGetFrameStatisticsMsg;
       
    50     TConfigureUapsdMsg              iConfigureUapsdMsg;
       
    51     TConfigureTxQueueMsg            iConfigureTxQueueMsg;
       
    52     TGetMacAddressMsg               iGetMacAddressMsg;
       
    53     TConfigureArpIpAddressFilteringMsg iConfigureArpIpAddressFilteringMsg;
       
    54     TConfigureHtBlockAckMsg         iConfigureHtBlockAckMsg;
       
    55     TConfigureProprietarySnapHdrMsg iConfigureProprietarySnapHdrMsg;
       
    56     };
       
    57 
       
    58 struct SOidMsgStorage
       
    59     {
       
    60     WalOidMessages  iOidMsgs;
       
    61     };
       
    62 
       
    63 #endif      // WLANOIDMSGSTORAGE_H