wlan_plat/wlan_management_api/inc/wlanerrorcodes.h
changeset 19 629e60dfa279
parent 0 c40eb8fe8501
child 22 c6a1762761b8
--- a/wlan_plat/wlan_management_api/inc/wlanerrorcodes.h	Mon May 03 14:14:02 2010 +0300
+++ b/wlan_plat/wlan_management_api/inc/wlanerrorcodes.h	Fri May 14 17:41:09 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 5 %
+* %version: 6 %
 */
 
 #ifndef WLANERRORCODES_H
@@ -277,6 +277,19 @@
  * @ingroup rconn_cfg
  */
 const TInt KErrWlanEapFastPacStoreCorrupted                           = -30234;
+/**
+ * The received request cannot be serviced as WLAN is OFF. In typical case
+ * WLAN is OFF because the end-user has set it OFF from WLAN UI.
+ * @ingroup rconn_cfg
+ */
+const TInt KErrWlanOff                                                = -30235;
+/**
+ * The received request cannot be serviced as WLAN is forcibly disabled.
+ * In typical case the Device Management has disabled WLAN based on operator
+ * configuration.
+ * @ingroup rconn_cfg
+ */
+const TInt KErrWlanForceOff                                           = -30236;
 
 /**
  * @}