wlan_plat/wlan_device_settings_api/inc/wlandevicesettingsinternalcrkeys.h
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
child 14 00032b836e76
equal deleted inserted replaced
0:c40eb8fe8501 13:ab7247ff6ef9
     1 /*
     1 /*
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-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 "Eclipse Public License v1.0"
     5 * under the terms of "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:  Internal CenRep keys
    14 * Description:  Internal CenRep keys
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 11 %
    19 * %version: 14 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANDEVICESETTINGSINTERNALCRKEYS_H
    22 #ifndef WLANDEVICESETTINGSINTERNALCRKEYS_H
    23 #define WLANDEVICESETTINGSINTERNALCRKEYS_H
    23 #define WLANDEVICESETTINGSINTERNALCRKEYS_H
    24 
    24 
   175 
   175 
   176 /**
   176 /**
   177  * Default value in seconds for BackGround Scan Interval
   177  * Default value in seconds for BackGround Scan Interval
   178  */
   178  */
   179 const TUint32 KWlanDefaultBGScanInterval =               0x0000001D;
   179 const TUint32 KWlanDefaultBGScanInterval =               0x0000001D;
   180 
       
   181 /**
       
   182  * Whether Broken Power Save note is shown to user.
       
   183  */
       
   184 const TUint32 KWlanShowBrokenPowerSaveNote =             0x0000001E;
       
   185 
   180 
   186 /**
   181 /**
   187  * Maximum amount of microseconds to sleep when waking up on DTIMs.
   182  * Maximum amount of microseconds to sleep when waking up on DTIMs.
   188  */
   183  */
   189 const TUint32 KWlanMaxDtimSkipInterval =                 0x0000001F;
   184 const TUint32 KWlanMaxDtimSkipInterval =                 0x0000001F;
   410 const TUint32 KWlanRegion =                              0x00000050;
   405 const TUint32 KWlanRegion =                              0x00000050;
   411 
   406 
   412 /**
   407 /**
   413  * Timestamp for cached WLAN region (minutes from 0AD nominal Gregorian).
   408  * Timestamp for cached WLAN region (minutes from 0AD nominal Gregorian).
   414  */
   409  */
   415 const TInt32 KWlanRegionTimestamp =                      0x00000051;
   410 const TUint32 KWlanRegionTimestamp =                     0x00000051;
   416 
   411 
       
   412 /**
       
   413  * Master switch for WLAN.
       
   414  */
       
   415 const TUint32 KWlanOnOff =                               0x00000052;
       
   416 
       
   417 /**
       
   418  * Setting for overriding WLAN on/off, forcing it to off.
       
   419  */
       
   420 const TUint32 KWlanForceDisable =                        0x00000053;
   417 
   421 
   418 #endif      // WLANDEVICESETTINGSINTERNALCRKEYS_H
   422 #endif      // WLANDEVICESETTINGSINTERNALCRKEYS_H