wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h
branchRCL_3
changeset 42 a828660c511c
parent 3 6524e815f76f
child 43 d3d7683d16f5
--- 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