From: Jaehyun Kim Date: Mon, 1 Jul 2019 12:20:16 +0000 (+0900) Subject: Corrected CAPI name and some doxygen comments X-Git-Tag: accepted/tizen/unified/20190703.110719^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F62%2F208962%2F2;p=platform%2Fcore%2Fapi%2Fwifi-manager.git Corrected CAPI name and some doxygen comments Change-Id: I3e1450b287292e4229cca7437deb2c389687ac93 Signed-off-by: Jaehyun Kim --- 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.