From d14e1ea70e9212cb7a5f7fb4c8e95af1e5f0189f Mon Sep 17 00:00:00 2001 From: Jaehyun Kim Date: Mon, 1 Jul 2019 21:20:16 +0900 Subject: [PATCH] Corrected CAPI name and some doxygen comments Change-Id: I3e1450b287292e4229cca7437deb2c389687ac93 Signed-off-by: Jaehyun Kim --- include/wifi-manager.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/wifi-manager.h b/include/wifi-manager.h index 7042845..235dfb6 100755 --- a/include/wifi-manager.h +++ b/include/wifi-manager.h @@ -1380,13 +1380,13 @@ int wifi_manager_specific_scan_create(wifi_manager_h wifi, wifi_manager_specific int wifi_manager_specific_scan_destroy(wifi_manager_h wifi, wifi_manager_specific_scan_h specific_scan); /** - * @brief Gets the maximum number of SSIDs supported by wlan chipset for scan operation. + * @brief Gets the maximum number of SSIDs supported by the Wi-Fi chipset for the scan operation. * @since_tizen 5.5 * @privlevel public * @privilege %http://tizen.org/privilege/network.get * @param[in] wifi The Wi-Fi handle - * @param[out] max_scan_ssids The maximum number of SSIDs supported by wlan \n - * chipset for scan operation. + * @param[out] max_scan_ssids The maximum number of SSIDs supported by the Wi-Fi \n + * chipset for the scan operation. * @return 0 on success, otherwise negative error value * @retval #WIFI_MANAGER_ERROR_NONE Successful * @retval #WIFI_MANAGER_ERROR_NOT_INITIALIZED Not initialized @@ -1396,7 +1396,7 @@ int wifi_manager_specific_scan_destroy(wifi_manager_h wifi, wifi_manager_specifi * @retval #WIFI_MANAGER_ERROR_NOT_SUPPORTED Not supported * @see wifi_manager_specific_scan_set_ssid() */ -int wifi_manager_specific_scan_get_max_ssid(wifi_manager_h wifi, int *max_scan_ssids); +int wifi_manager_specific_scan_get_max_ssids(wifi_manager_h wifi, int *max_scan_ssids); /** * @brief Sets the SSID of a specific AP scan. -- 2.7.4