wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmdriverif.h
branchRCL_3
changeset 7 0abc8c98be24
parent 3 6524e815f76f
equal deleted inserted replaced
6:e0f767079796 7:0abc8c98be24
    14 * Description:  Driver interface
    14 * Description:  Driver interface
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 38 %
    19 * %version: 39 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLMDRIVERIF_H
    22 #ifndef WLMDRIVERIF_H
    23 #define WLMDRIVERIF_H
    23 #define WLMDRIVERIF_H
    24 
    24 
   390      * @param sp_rcpi_target Defines the signal predictor algorithm "target" RCPI value for roam indication.
   390      * @param sp_rcpi_target Defines the signal predictor algorithm "target" RCPI value for roam indication.
   391      * @param sp_time_target Defines the signal predictor algorithm "target" time for roam indication
   391      * @param sp_time_target Defines the signal predictor algorithm "target" time for roam indication
   392      *                       (in microseconds).
   392      *                       (in microseconds).
   393      * @param sp_min_indication_interval Defines the minimum time interval for consecutive roam
   393      * @param sp_min_indication_interval Defines the minimum time interval for consecutive roam
   394      *                                   indications from the signal predictor algorithm (in microseconds).
   394      *                                   indications from the signal predictor algorithm (in microseconds).
       
   395      * @param enabled_features Bitmask of enabled features. @see core_feature_e.
   395      */
   396      */
   396     void load_drivers(
   397     void load_drivers(
   397         u32_t request_id,
   398         u32_t request_id,
   398         uint_t rts_threshold,
   399         uint_t rts_threshold,
   399         u32_t max_tx_msdu_lifetime,
   400         u32_t max_tx_msdu_lifetime,
   402         u32_t qos_null_frame_interval,
   403         u32_t qos_null_frame_interval,
   403         u32_t qos_null_frame_exit_timeout,
   404         u32_t qos_null_frame_exit_timeout,
   404         u32_t keep_alive_interval,
   405         u32_t keep_alive_interval,
   405         u32_t sp_rcpi_target,
   406         u32_t sp_rcpi_target,
   406         u32_t sp_time_target,
   407         u32_t sp_time_target,
   407         u32_t sp_min_indication_interval );
   408         u32_t sp_min_indication_interval,
       
   409         u32_t enabled_features );
   408 
   410 
   409     /**
   411     /**
   410      * Send a frame.
   412      * Send a frame.
   411      *
   413      *
   412      * @since S60 v3.1
   414      * @since S60 v3.1