wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanconversionutil.h
changeset 17 41a8eba36f74
parent 13 ab7247ff6ef9
child 30 7d966ab5304a
equal deleted inserted replaced
14:00032b836e76 17:41a8eba36f74
    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: 33 %
    19 * %version: 34 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANCONVERSIONUTIL_H
    22 #ifndef WLANCONVERSIONUTIL_H
    23 #define WLANCONVERSIONUTIL_H
    23 #define WLANCONVERSIONUTIL_H
    24 
    24 
   560          * @param aAmMode (IN)         
   560          * @param aAmMode (IN)         
   561          */
   561          */
   562         static void ConvertPowerSaveMode(
   562         static void ConvertPowerSaveMode(
   563             core_power_save_mode_s& aCoreMode,
   563             core_power_save_mode_s& aCoreMode,
   564             TWlanPowerSaveMode aAmMode );        
   564             TWlanPowerSaveMode aAmMode );        
   565       
   565 
   566         /**
   566         /**
   567          * Convert feature flags.
   567          * Convert feature flags.
   568          *
   568          *
   569          * @since S60 v5.1
   569          * @since S60 v5.1
   570          * @param aFeatures
   570          * @param aStaticFeatures Bitmask of statically enabled features.
       
   571          * @param aDynamicFeatures Bitmask of dynamically enabled features.
   571          * @return Corresponding core features.
   572          * @return Corresponding core features.
   572          */
   573          */
   573         static u32_t ConvertFeatureFlags(
   574         static u32_t ConvertFeatureFlags(
   574             TUint aFeatures );
   575             TUint aStaticFeatures,
       
   576             TUint aDynamicFeatures );
       
   577 
       
   578         /**
       
   579          * Convert feature flags.
       
   580          *
       
   581          * @since S60 v5.1
       
   582          * @param aCoreFlags Bitmask enabled features.
       
   583          * @return Corresponding UMAC features.
       
   584          */        
       
   585         static TUint ConvertFeatureFlags(
       
   586             u32_t aCoreFlags );
   575 
   587 
   576         /**
   588         /**
   577          * Convert access class.
   589          * Convert access class.
   578          * 
   590          * 
   579          * @param aAccessClass (IN)
   591          * @param aAccessClass (IN)