diff -r 5fb7af913dfd -r a828660c511c wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h --- a/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h Thu Aug 19 11:40:48 2010 +0300 +++ b/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h Tue Aug 31 17:02:06 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 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: 6 % +* %version: 8 % */ #ifndef WLANINTERNALPSKEYS_H @@ -67,6 +67,23 @@ 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