wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanconversionutil.h
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
child 9 08907e19c36b
child 10 0abc8c98be24
equal deleted inserted replaced
0:c40eb8fe8501 13:ab7247ff6ef9
     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:  Handles type conversion between adaptation and core layers
    14 * Description:  Handles type conversion between adaptation and core layers
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 32 %
    19 * %version: 33 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANCONVERSIONUTIL_H
    22 #ifndef WLANCONVERSIONUTIL_H
    23 #define WLANCONVERSIONUTIL_H
    23 #define WLANCONVERSIONUTIL_H
    24 
    24 
   621          * @return Corresponding rate as bits per second.
   621          * @return Corresponding rate as bits per second.
   622          */
   622          */
   623         static u32_t ConvertTxRate(
   623         static u32_t ConvertTxRate(
   624             TWlanRate aRate );
   624             TWlanRate aRate );
   625 
   625 
       
   626         /**
       
   627          * Convert cipher key data.
       
   628          */
       
   629         static void ConvertCipherKey(
       
   630             TPairwiseKeyData& aAmKey,
       
   631             const core_cipher_key_s& aCoreKey );
       
   632 
   626     };
   633     };
   627 
   634 
   628 #endif // WLANCONVERSIONUTIL_H
   635 #endif // WLANCONVERSIONUTIL_H