Corrected CAPI name and some doxygen comments 62/208962/2
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 1 Jul 2019 12:20:16 +0000 (21:20 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Tue, 2 Jul 2019 01:09:25 +0000 (10:09 +0900)
Change-Id: I3e1450b287292e4229cca7437deb2c389687ac93
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
include/wifi-manager.h

index 7042845..235dfb6 100755 (executable)
@@ -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.