wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/RWlanLogicalChannel.h
changeset 17 41a8eba36f74
parent 0 c40eb8fe8501
child 22 c6a1762761b8
child 34 13838cf40350
equal deleted inserted replaced
14:00032b836e76 17:41a8eba36f74
     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:   Declaration of the RWlanLogicalChannel class.
    14 * Description:   Declaration of the RWlanLogicalChannel class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 17 %
    19 * %version: 18 %
    20 */
    20 */
    21 
    21 
    22 #ifndef RWLAN_LOGICAL_CHANNEL_H_
    22 #ifndef RWLAN_LOGICAL_CHANNEL_H_
    23 #define RWLAN_LOGICAL_CHANNEL_H_
    23 #define RWLAN_LOGICAL_CHANNEL_H_
    24 
    24 
   222      * Note that only a single WLAN Management Command can be under processing 
   222      * Note that only a single WLAN Management Command can be under processing 
   223      * at a time.
   223      * at a time.
   224      */
   224      */
   225     SOutputBuffer iAsyncOidCommandOutput;
   225     SOutputBuffer iAsyncOidCommandOutput;
   226     
   226     
       
   227     /** Used to store the channel open parameters */
       
   228     TOpenParam iOpenParam;
       
   229     
   227 #ifndef __KERNEL_MODE__
   230 #ifndef __KERNEL_MODE__
   228     /** handle to kernel side shared memory chunk */
   231     /** handle to kernel side shared memory chunk */
   229     RChunk iSharedMemoryChunk;
   232     RChunk iSharedMemoryChunk;
   230 #endif
   233 #endif
   231 	};
   234 	};