wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
child 19 629e60dfa279
child 42 a828660c511c
equal deleted inserted replaced
0:c40eb8fe8501 13:ab7247ff6ef9
     1 /*
     1 /*
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2009 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: 5 %
    21 * %version: 6 %
    22 */
    22 */
    23 
    23 
    24 #ifndef WLANINTERNALPSKEYS_H
    24 #ifndef WLANINTERNALPSKEYS_H
    25 #define WLANINTERNALPSKEYS_H
    25 #define WLANINTERNALPSKEYS_H
    26 
    26 
    59     EPSWlanIndicatorActive,
    59     EPSWlanIndicatorActive,
    60     /** A WLAN connection is active in a network that has encryption. */
    60     /** A WLAN connection is active in a network that has encryption. */
    61     EPSWlanIndicatorActiveSecure
    61     EPSWlanIndicatorActiveSecure
    62     };
    62     };
    63 
    63 
       
    64 /**
       
    65 * WLAN background scan interval (in seconds)
       
    66 */
       
    67 const TUint KPSWlanBgScanInterval = 0x00000003;
       
    68 const RProperty::TType KPSWlanBgScanIntervalType = RProperty::EInt;
       
    69 
    64 #endif // WLANINTERNALPSKEYS_H
    70 #endif // WLANINTERNALPSKEYS_H
    65            
    71            
    66 //  End of File
    72 //  End of File