From: Seonah Moon Date: Fri, 25 Oct 2019 02:05:56 +0000 (+0900) Subject: doc: fix wrong description X-Git-Tag: submit/tizen_5.0/20201218.014933~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12f9185946dcb275d6b0069f5e4f99d1d11152bf;p=platform%2Fcore%2Fapi%2Fwifi-manager.git doc: fix wrong description Change-Id: Ied0309742a3ce46275ac64b86142a829260876ee --- diff --git a/doc/wifi_manager_doc.h b/doc/wifi_manager_doc.h index d26a8d9..d47a79f 100755 --- a/doc/wifi_manager_doc.h +++ b/doc/wifi_manager_doc.h @@ -60,7 +60,7 @@ * \#include * * @section CAPI_NETWORK_WIFI_MANAGER_MANAGEMENT_MODULE_OVERVEW Overview - * To use Wifi Manager API, first create a wifi handle using wifi_initialize(). After that, you can obtain wifi information. + * To use Wifi Manager API, first create a wifi handle using wifi_manager_initialize(). After that, you can obtain wifi information. * You should destroy the created wifi handle if you do not need it anymore. * The Wi-Fi Manager provides functions for managing Wi-Fi. * Using the Wi-Fi Manager, you can implement features that allow the users of your application to: diff --git a/include/wifi-manager-extension.h b/include/wifi-manager-extension.h index 0a3aae8..c9b8565 100755 --- a/include/wifi-manager-extension.h +++ b/include/wifi-manager-extension.h @@ -75,7 +75,7 @@ typedef void *wifi_manager_netlink_scan_h; * @retval #WIFI_MANAGER_ERROR_OPERATION_FAILED Operation failed * @retval #WIFI_MANAGER_ERROR_PERMISSION_DENIED Permission Denied * @retval #WIFI_MANAGER_ERROR_NOT_SUPPORTED Not supported - * @pre This API needs wifi_initialize() before use. + * @pre This API needs wifi_manager_initialize() before use. */ int wifi_manager_set_autoscan(wifi_manager_h wifi, bool autoscan); @@ -108,7 +108,7 @@ int wifi_manager_get_autoscan(wifi_manager_h wifi, bool *autoscan); * @retval #WIFI_MANAGER_ERROR_INVALID_OPERATION Invalid operation * @retval #WIFI_MANAGER_ERROR_PERMISSION_DENIED Permission Denied * @retval #WIFI_MANAGER_ERROR_NOT_SUPPORTED Not supported - * @pre This API needs wifi_initialize() before use. + * @pre This API needs wifi_manager_initialize() before use. */ int wifi_manager_set_autoscan_mode(wifi_manager_h wifi, wifi_manager_autoscan_mode_e mode);