wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanmgmtcommandhandler.h
branchRCL_3
changeset 10 0abc8c98be24
parent 3 6524e815f76f
equal deleted inserted replaced
8:e0f767079796 10:0abc8c98be24
    14 * Description:  Handles sending management commands to drivers.
    14 * Description:  Handles sending management commands to drivers.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 31 %
    19 * %version: 32 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANMGMTCOMMANDHANDLER_H
    22 #ifndef WLANMGMTCOMMANDHANDLER_H
    23 #define WLANMGMTCOMMANDHANDLER_H
    23 #define WLANMGMTCOMMANDHANDLER_H
    24 
    24 
   168      * @param aSpRcpiTarget Defines the signal predictor algorithm "target" RCPI value for roam indication.
   168      * @param aSpRcpiTarget Defines the signal predictor algorithm "target" RCPI value for roam indication.
   169      * @param aSpTimeTarget Defines the signal predictor algorithm "target" time for roam indication
   169      * @param aSpTimeTarget Defines the signal predictor algorithm "target" time for roam indication
   170      *                      (in microseconds).
   170      *                      (in microseconds).
   171      * @param aSpMinIndicationInterval Defines the minimum time interval for consecutive roam
   171      * @param aSpMinIndicationInterval Defines the minimum time interval for consecutive roam
   172      *                                 indications from the signal predictor algorithm (in microseconds).
   172      *                                 indications from the signal predictor algorithm (in microseconds).
       
   173      * @param aEnabledFeatures Bitmask of enabled features.
   173      */
   174      */
   174     void Configure(
   175     void Configure(
   175         TUint16 aRTSThreshold, 
   176         TUint16 aRTSThreshold, 
   176         TUint32 aMaxTxMSDULifetime,
   177         TUint32 aMaxTxMSDULifetime,
   177         TUint32 aQoSNullFrameEntryTimeout,
   178         TUint32 aQoSNullFrameEntryTimeout,
   179         TUint32 aQoSNullFrameInterval,
   180         TUint32 aQoSNullFrameInterval,
   180         TUint32 aQoSNullFrameExitTimeout,
   181         TUint32 aQoSNullFrameExitTimeout,
   181         TUint32 aKeepAliveInterval,
   182         TUint32 aKeepAliveInterval,
   182         TUint32 aSpRcpiTarget,
   183         TUint32 aSpRcpiTarget,
   183         TUint32 aSpTimeTarget,
   184         TUint32 aSpTimeTarget,
   184         TUint32 aSpMinIndicationInterval );
   185         TUint32 aSpMinIndicationInterval,
       
   186         TUint32 aEnabledFeatures );
   185 
   187 
   186     /**
   188     /**
   187      * GetLastRCPI
   189      * GetLastRCPI
   188      * @param aRCPI  (OUT) Current RCPI.
   190      * @param aRCPI  (OUT) Current RCPI.
   189      */
   191      */