diff -r 81ed0ffb82d3 -r bbb9bdf58ff2 wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h --- a/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h Mon Mar 08 21:45:14 2010 +0000 +++ b/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h Sun Mar 14 13:16:18 2010 +0000 @@ -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