wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h
branchRCL_3
changeset 42 a828660c511c
parent 3 6524e815f76f
child 43 d3d7683d16f5
equal deleted inserted replaced
40:5fb7af913dfd 42:a828660c511c
     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 "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".
    16 *                These events will be routed through Publish And Subscribe.
    16 *                These events will be routed through Publish And Subscribe.
    17 *
    17 *
    18 */
    18 */
    19 
    19 
    20 /*
    20 /*
    21 * %version: 6 %
    21 * %version: 8 %
    22 */
    22 */
    23 
    23 
    24 #ifndef WLANINTERNALPSKEYS_H
    24 #ifndef WLANINTERNALPSKEYS_H
    25 #define WLANINTERNALPSKEYS_H
    25 #define WLANINTERNALPSKEYS_H
    26 
    26 
    65 * WLAN background scan interval (in seconds)
    65 * WLAN background scan interval (in seconds)
    66 */
    66 */
    67 const TUint KPSWlanBgScanInterval = 0x00000003;
    67 const TUint KPSWlanBgScanInterval = 0x00000003;
    68 const RProperty::TType KPSWlanBgScanIntervalType = RProperty::EInt;
    68 const RProperty::TType KPSWlanBgScanIntervalType = RProperty::EInt;
    69 
    69 
       
    70 /**
       
    71  * WLAN on/off state
       
    72  */
       
    73 const TUint KPSWlanOnOffState = 0x00000004;
       
    74 const RProperty::TType KPSWlanOnOffStateType = RProperty::EInt;
       
    75 
       
    76 /**
       
    77  * Possible values for WLAN on/off state
       
    78  */
       
    79 enum TPSWlanOnOff
       
    80     {
       
    81     /** WLAN is OFF */
       
    82     EPSWlanOff = 0,
       
    83     /** WLAN is ON */
       
    84     EPSWlanOn
       
    85     };
       
    86 
    70 #endif // WLANINTERNALPSKEYS_H
    87 #endif // WLANINTERNALPSKEYS_H
    71            
    88            
    72 //  End of File
    89 //  End of File