diff -r c40eb8fe8501 -r 6524e815f76f wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h --- a/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h Tue Feb 02 02:03:13 2010 +0200 +++ b/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h Sat Feb 20 00:38:18 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -18,7 +18,7 @@ */ /* -* %version: 5 % +* %version: 6 % */ #ifndef WLANINTERNALPSKEYS_H @@ -61,6 +61,12 @@ EPSWlanIndicatorActiveSecure }; +/** +* WLAN background scan interval (in seconds) +*/ +const TUint KPSWlanBgScanInterval = 0x00000003; +const RProperty::TType KPSWlanBgScanIntervalType = RProperty::EInt; + #endif // WLANINTERNALPSKEYS_H // End of File