Correct API reference 36/216236/1 accepted/tizen/unified/20191112.125232 submit/tizen/20191111.013104
authorJaehyun Kim <jeik01.kim@samsung.com>
Tue, 22 Oct 2019 10:59:04 +0000 (19:59 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Tue, 22 Oct 2019 10:59:04 +0000 (19:59 +0900)
Change-Id: Ibd811b7239d981276003b0d4c23ee9872da644f1
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
doc/wifi_manager_doc.h
include/wifi-manager-extension.h

index 721eab0..aeb805e 100755 (executable)
@@ -60,7 +60,7 @@
  *   \#include <wifi-manager.h>
  *
  * @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:
index c84c60d..a039d68 100755 (executable)
@@ -88,7 +88,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);
 
@@ -121,7 +121,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);