wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlandevicesettings.h
branchRCL_3
changeset 5 51a71243e562
parent 0 c40eb8fe8501
child 6 e0f767079796
equal deleted inserted replaced
3:6524e815f76f 5:51a71243e562
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    14 * Description:  Interface to read and write WLAN device specific settings.
    14 * Description:  Interface to read and write WLAN device specific settings.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 19 %
    19 * %version: 21 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANDEVICESETTINGS_H
    22 #ifndef WLANDEVICESETTINGS_H
    23 #define WLANDEVICESETTINGS_H
    23 #define WLANDEVICESETTINGS_H
    24 
    24 
   152         TUint32 scanStopRcpiThreshold;              ///< Defines the RCPI threshold for stopping a direct scan in a BSS lost roam.
   152         TUint32 scanStopRcpiThreshold;              ///< Defines the RCPI threshold for stopping a direct scan in a BSS lost roam.
   153         TUint32 minRcpiForIapAvailability;          ///< Defines minimum RCPI required before an IAP can be marked as available.
   153         TUint32 minRcpiForIapAvailability;          ///< Defines minimum RCPI required before an IAP can be marked as available.
   154         TUint32 qosNullFrameEntryTimeout;           ///< If the time between two voice packets is less than this value, QoS NULL data frame sending is started (in microseconds).
   154         TUint32 qosNullFrameEntryTimeout;           ///< If the time between two voice packets is less than this value, QoS NULL data frame sending is started (in microseconds).
   155         TUint32 maxApDeauthenticationCount;         ///< After a successful roam an AP can deauthenticate the terminal this many times before it's blacklisted.
   155         TUint32 maxApDeauthenticationCount;         ///< After a successful roam an AP can deauthenticate the terminal this many times before it's blacklisted.
   156         TUint32 apDeauthenticationTimeout;          ///< Deauthentications that happen within time defined by this value after a successful roam are calculated towards AP's deauthentication count (in microseconds).
   156         TUint32 apDeauthenticationTimeout;          ///< Deauthentications that happen within time defined by this value after a successful roam are calculated towards AP's deauthentication count (in microseconds).
   157         TBool showBrokenPowerSaveNote;              ///< Is WLAN Broken Power Save Note shown on UI.
       
   158         TUint32 maxDtimSkipInterval;                ///< Maximum amount of microseconds to sleep when waking up on DTIMs.       
   157         TUint32 maxDtimSkipInterval;                ///< Maximum amount of microseconds to sleep when waking up on DTIMs.       
   159         TUint32 psActiveToLightTimeout;             ///< Timeout for Active->Light transition.
   158         TUint32 psActiveToLightTimeout;             ///< Timeout for Active->Light transition.
   160         TUint32 psActiveToLightThreshold;           ///< Frame count threshold for Active->Light transition.
   159         TUint32 psActiveToLightThreshold;           ///< Frame count threshold for Active->Light transition.
   161         TUint32 psLightToActiveTimeout;             ///< Timeout for Light->Active transition.
   160         TUint32 psLightToActiveTimeout;             ///< Timeout for Light->Active transition.
   162         TUint32 psLightToActiveThreshold;           ///< Frame count threshold for Light->Active transition.
   161         TUint32 psLightToActiveThreshold;           ///< Frame count threshold for Light->Active transition.