doc: fix wrong description 37/216437/1
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 25 Oct 2019 02:05:56 +0000 (11:05 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 25 Oct 2019 02:07:30 +0000 (11:07 +0900)
Change-Id: Ied0309742a3ce46275ac64b86142a829260876ee

doc/wifi_manager_doc.h
include/wifi-manager-extension.h

index d26a8d961ee6d1ff9a854a6b8a0a0931854d0262..d47a79f9e74f638a49291c5171541794ec23e6e1 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 7acfaf450a1fc133299c6055fe29c5c9f254110f..232a00714dad6c103f30e2f13ea10876f62411f0 100755 (executable)
@@ -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);