diff -r a828660c511c -r d3d7683d16f5 wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h --- a/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h Tue Aug 31 17:02:06 2010 +0300 +++ b/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h Wed Sep 01 12:41:05 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2010 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: 8 % +* %version: 6 % */ #ifndef WLANINTERNALPSKEYS_H @@ -67,23 +67,6 @@ const TUint KPSWlanBgScanInterval = 0x00000003; const RProperty::TType KPSWlanBgScanIntervalType = RProperty::EInt; -/** - * WLAN on/off state - */ -const TUint KPSWlanOnOffState = 0x00000004; -const RProperty::TType KPSWlanOnOffStateType = RProperty::EInt; - -/** - * Possible values for WLAN on/off state - */ -enum TPSWlanOnOff - { - /** WLAN is OFF */ - EPSWlanOff = 0, - /** WLAN is ON */ - EPSWlanOn - }; - #endif // WLANINTERNALPSKEYS_H // End of File