wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanconversionutil.h
branchRCL_3
changeset 10 0abc8c98be24
parent 3 6524e815f76f
child 30 7d966ab5304a
--- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanconversionutil.h	Mon Mar 15 12:46:48 2010 +0200
+++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanconversionutil.h	Thu Apr 01 00:29:25 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 33 %
+* %version: 34 %
 */
 
 #ifndef WLANCONVERSIONUTIL_H
@@ -562,16 +562,28 @@
         static void ConvertPowerSaveMode(
             core_power_save_mode_s& aCoreMode,
             TWlanPowerSaveMode aAmMode );        
-      
+
         /**
          * Convert feature flags.
          *
          * @since S60 v5.1
-         * @param aFeatures
+         * @param aStaticFeatures Bitmask of statically enabled features.
+         * @param aDynamicFeatures Bitmask of dynamically enabled features.
          * @return Corresponding core features.
          */
         static u32_t ConvertFeatureFlags(
-            TUint aFeatures );
+            TUint aStaticFeatures,
+            TUint aDynamicFeatures );
+
+        /**
+         * Convert feature flags.
+         *
+         * @since S60 v5.1
+         * @param aCoreFlags Bitmask enabled features.
+         * @return Corresponding UMAC features.
+         */        
+        static TUint ConvertFeatureFlags(
+            u32_t aCoreFlags );
 
         /**
          * Convert access class.