wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlmdriverif.cpp
changeset 17 41a8eba36f74
parent 13 ab7247ff6ef9
equal deleted inserted replaced
14:00032b836e76 17:41a8eba36f74
    14 * Description:  Interface to drivers
    14 * Description:  Interface to drivers
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 51 %
    19 * %version: 52 %
    20 */
    20 */
    21 
    21 
    22 #include <wlanhwinit.h>
    22 #include <wlanhwinit.h>
    23 #include "wlanlddcommon.h"
    23 #include "wlanlddcommon.h"
    24 
    24 
   129     u32_t qos_null_frame_interval,
   129     u32_t qos_null_frame_interval,
   130     u32_t qos_null_frame_exit_timeout,
   130     u32_t qos_null_frame_exit_timeout,
   131     u32_t keep_alive_interval,
   131     u32_t keep_alive_interval,
   132     u32_t sp_rcpi_target,
   132     u32_t sp_rcpi_target,
   133     u32_t sp_time_target,
   133     u32_t sp_time_target,
   134     u32_t sp_min_indication_interval )
   134     u32_t sp_min_indication_interval,
       
   135     u32_t enabled_features )
   135     {
   136     {
   136     DEBUG( "CWlmDriverIf::load_drivers()" );
   137     DEBUG( "CWlmDriverIf::load_drivers()" );
   137 
   138 
   138     // Set request id and ensure no prior requests are pending
   139     // Set request id and ensure no prior requests are pending
   139     if( SetRequestId( request_id ) )
   140     if( SetRequestId( request_id ) )
   225         qos_null_frame_interval,
   226         qos_null_frame_interval,
   226         qos_null_frame_exit_timeout,
   227         qos_null_frame_exit_timeout,
   227         keep_alive_interval,
   228         keep_alive_interval,
   228         sp_rcpi_target,
   229         sp_rcpi_target,
   229         sp_time_target,
   230         sp_time_target,
   230         sp_min_indication_interval );
   231         sp_min_indication_interval,
       
   232         TWlanConversionUtil::ConvertFeatureFlags( enabled_features ) );
   231     }
   233     }
   232 
   234 
   233 // -----------------------------------------------------------------------------
   235 // -----------------------------------------------------------------------------
   234 // CWlmDriverIf::unload_drivers
   236 // CWlmDriverIf::unload_drivers
   235 // -----------------------------------------------------------------------------
   237 // -----------------------------------------------------------------------------