Modified the description for wifi_error_e 03/73303/3 accepted/tizen/common/20160608.160930 accepted/tizen/ivi/20160609.090755 accepted/tizen/mobile/20160609.090616 accepted/tizen/tv/20160609.090734 accepted/tizen/wearable/20160609.090716 submit/tizen/20160608.101452
authortaesubkim <taesub.kim@samsung.com>
Tue, 7 Jun 2016 11:15:08 +0000 (20:15 +0900)
committertaesubkim <taesub.kim@samsung.com>
Wed, 8 Jun 2016 06:27:56 +0000 (15:27 +0900)
Change-Id: I55a27d182ca015ffca1b846a4088c547affcb501
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
include/wifi.h
packaging/capi-network-wifi.spec

index 2dd9150..9f31122 100755 (executable)
@@ -41,7 +41,7 @@ typedef enum
     WIFI_ERROR_NONE = TIZEN_ERROR_NONE,                                                /**< Successful */
     WIFI_ERROR_INVALID_PARAMETER = TIZEN_ERROR_INVALID_PARAMETER,                      /**< Invalid parameter */
     WIFI_ERROR_OUT_OF_MEMORY = TIZEN_ERROR_OUT_OF_MEMORY,                              /**< Out of memory error */
-    WIFI_ERROR_INVALID_OPERATION = TIZEN_ERROR_INVALID_OPERATION,                      /**< Invalid operation */
+    WIFI_ERROR_INVALID_OPERATION = TIZEN_ERROR_INVALID_OPERATION,                      /**< Function not implemented or Invalid operation (e.g., already initialized)*/
     WIFI_ERROR_ADDRESS_FAMILY_NOT_SUPPORTED = TIZEN_ERROR_ADDRESS_FAMILY_NOT_SUPPORTED, /**< Address family not supported */
     WIFI_ERROR_OPERATION_FAILED = TIZEN_ERROR_WIFI|0x0301,                             /**< Operation failed */
     WIFI_ERROR_NO_CONNECTION = TIZEN_ERROR_WIFI|0x0302,                                /**< There is no connected AP */
index e32a406..d323055 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          capi-network-wifi
 Summary:       Network Wi-Fi library in TIZEN C API
-Version:       1.0.76
+Version:       1.0.77
 Release:       1
 Group:         System/Network
 License:       Apache-2.0