wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/RWlanLogicalChannel.inl
branchRCL_3
changeset 10 0abc8c98be24
parent 0 c40eb8fe8501
child 22 c6a1762761b8
child 34 13838cf40350
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:   Implementation of RWlanLogicalChannel inline methods.
    14 * Description:   Implementation of RWlanLogicalChannel inline methods.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 16 %
    19 * %version: 17 %
    20 */
    20 */
    21 
    21 
    22 // -----------------------------------------------------------------------------
    22 // -----------------------------------------------------------------------------
    23 // 
    23 // 
    24 // -----------------------------------------------------------------------------
    24 // -----------------------------------------------------------------------------
    95 // -----------------------------------------------------------------------------
    95 // -----------------------------------------------------------------------------
    96 //
    96 //
    97 inline TInt RWlanLogicalChannel::InitWlanSystem( 
    97 inline TInt RWlanLogicalChannel::InitWlanSystem( 
    98     TOpenParam& aOpenParam )
    98     TOpenParam& aOpenParam )
    99     {
    99     {
       
   100     iOpenParam = aOpenParam;
   100     TRequestStatus status;
   101     TRequestStatus status;
   101     DoRequest( EWlanInitSystem, status, &aOpenParam );
   102     DoRequest( EWlanInitSystem, status, &iOpenParam );
   102     User::WaitForRequest(status);
   103     User::WaitForRequest(status);
   103     return status.Int();
   104     return status.Int();
   104     }
   105     }
   105 
   106 
   106 // -----------------------------------------------------------------------------
   107 // -----------------------------------------------------------------------------