From: Seonah Moon Date: Thu, 26 Oct 2017 01:51:53 +0000 (+0900) Subject: Fix wrong error type X-Git-Tag: accepted/tizen/unified/20171101.064652^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4515dfdb238308903a233843d9e8cdabb3a41b9c;p=platform%2Fcore%2Fapi%2Fwifi-manager.git Fix wrong error type Change-Id: I023c69253f3c65b991ac28b041e8852cc829708e --- diff --git a/include/wifi-manager.h b/include/wifi-manager.h index b262238..2f5a3ef 100755 --- a/include/wifi-manager.h +++ b/include/wifi-manager.h @@ -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() */