Fix wrong error type 95/157695/1 accepted/tizen/unified/20171101.064652 submit/tizen/20171030.235228
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 26 Oct 2017 01:51:53 +0000 (10:51 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Thu, 26 Oct 2017 01:51:53 +0000 (10:51 +0900)
Change-Id: I023c69253f3c65b991ac28b041e8852cc829708e

include/wifi-manager.h

index b262238..2f5a3ef 100755 (executable)
@@ -2656,8 +2656,8 @@ int wifi_manager_ap_set_dns_config_type(wifi_manager_ap_h ap,
  *                            In case of IPv4, it means netmask length \n
  *                            (also called a prefix, e.g. 8, 16, 24, 32)
  * @return 0 on success, otherwise negative error value.
- * @retval #WIFI_ERROR_NONE                   Successful
- * @retval #WIFI_ERROR_INVALID_PARAMETER      Invalid parameter
+ * @retval #WIFI_MANAGER_ERROR_NONE                   Successful
+ * @retval #WIFI_MANAGER_ERROR_INVALID_PARAMETER      Invalid parameter
  * @retval #WIFI_MANAGER_ERROR_NOT_SUPPORTED  Not supported
  */
 int wifi_manager_ap_get_prefix_length(wifi_manager_ap_h ap,
@@ -2672,8 +2672,8 @@ int wifi_manager_ap_get_prefix_length(wifi_manager_ap_h ap,
  *                            In case of IPv4, it means netmask length \n
  *                            (also called a prefix, e.g. 8, 16, 24, 32)
  * @return 0 on success, otherwise negative error value.
- * @retval #WIFI_ERROR_NONE                   Successful
- * @retval #WIFI_ERROR_INVALID_PARAMETER      Invalid parameter
+ * @retval #WIFI_MANAGER_ERROR_NONE                   Successful
+ * @retval #WIFI_MANAGER_ERROR_INVALID_PARAMETER      Invalid parameter
  * @retval #WIFI_MANAGER_ERROR_NOT_SUPPORTED  Not supported
  * @see wifi_manager_update_ap()
  */