wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h
changeset 19 629e60dfa279
parent 13 ab7247ff6ef9
child 22 c6a1762761b8
--- a/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h	Mon May 03 14:14:02 2010 +0300
+++ b/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h	Fri May 14 17:41:09 2010 +0300
@@ -18,7 +18,7 @@
 */
 
 /*
-* %version: 6 %
+* %version: 7 %
 */
 
 #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