wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmdriverif.h
changeset 17 41a8eba36f74
parent 13 ab7247ff6ef9
--- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmdriverif.h	Fri Apr 16 16:56:12 2010 +0300
+++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmdriverif.h	Mon May 03 14:14:02 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 38 %
+* %version: 39 %
 */
 
 #ifndef WLMDRIVERIF_H
@@ -392,6 +392,7 @@
      *                       (in microseconds).
      * @param sp_min_indication_interval Defines the minimum time interval for consecutive roam
      *                                   indications from the signal predictor algorithm (in microseconds).
+     * @param enabled_features Bitmask of enabled features. @see core_feature_e.
      */
     void load_drivers(
         u32_t request_id,
@@ -404,7 +405,8 @@
         u32_t keep_alive_interval,
         u32_t sp_rcpi_target,
         u32_t sp_time_target,
-        u32_t sp_min_indication_interval );
+        u32_t sp_min_indication_interval,
+        u32_t enabled_features );
 
     /**
      * Send a frame.