summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyunuktak <hyunuk.tak@samsung.com>2016-09-23 10:36:38 +0900
committerhyunuktak <hyunuk.tak@samsung.com>2016-09-23 10:42:35 +0900
commit3dad6b6c62cb081b93943b4c9f13a90f89b22d4e (patch)
tree37c64bcdb3e68024c85539a653e703c3af9bc879
parente2236f0cdf3082b8c13fdf585c9f56a7593ace0b (diff)
downloadwifi-3dad6b6c62cb081b93943b4c9f13a90f89b22d4e.tar.gz
wifi-3dad6b6c62cb081b93943b4c9f13a90f89b22d4e.tar.bz2
wifi-3dad6b6c62cb081b93943b4c9f13a90f89b22d4e.zip
Change-Id: Id4ea2516a083f09785b3e083499172d82943072f Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
-rwxr-xr-xdoc/wifi_doc.h2
-rwxr-xr-xinclude/wifi.h6
-rwxr-xr-xpackaging/capi-network-wifi.spec2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/wifi_doc.h b/doc/wifi_doc.h
index 584dc92..ad12a20 100755
--- a/doc/wifi_doc.h
+++ b/doc/wifi_doc.h
@@ -238,7 +238,7 @@
*
* To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
*
- * More details on using features in your application can be found in the <a href="https://developer.tizen.org/development/getting-started/native-application/understanding-tizen-programming/application-filtering"><b>Feature List</b>.
+ * More details on using features in your application can be found in the <a href="https://developer.tizen.org/development/getting-started/native-application/understanding-tizen-programming/application-filtering"><b>Feature List</b>.</a>
*
*/
diff --git a/include/wifi.h b/include/wifi.h
index d328dcd..ce3e615 100755
--- a/include/wifi.h
+++ b/include/wifi.h
@@ -609,7 +609,7 @@ int wifi_scan(wifi_scan_finished_cb callback, void *user_data) TIZEN_DEPRECATED_
/**
* @deprecated Deprecated since 3.0. Use wifi_manager_scan_specific_ap() instead.
* @brief Starts specific ap scan, asynchronously.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
* @privlevel public
* @privilege %http://tizen.org/privilege/network.set \n
* %http://tizen.org/privilege/network.get
@@ -667,7 +667,7 @@ int wifi_foreach_found_aps(wifi_found_ap_cb callback, void *user_data) TIZEN_DEP
/**
* @deprecated Deprecated since 3.0. Use wifi_manager_foreach_found_specific_ap() instead.
* @brief Gets the result of specific ap scan.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
* @privlevel public
* @privilege %http://tizen.org/privilege/network.get
* @param[in] callback The callback to be called
@@ -2055,7 +2055,7 @@ int wifi_config_set_eap_ca_cert_file(wifi_config_h config, const char* ca_cert)
* @deprecated Deprecated since 3.0. Use wifi_manager_config_get_eap_client_cert_file() instead.
* @brief Gets access point client cert file from configuration.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- * @remarks You must release @a client_crt using free().
+ * @remarks You must release @a client_cert using free().
*
* @param[in] config The access point configuration handle
* @param[out] client_cert The certification authority(CA) certificates file of access point
diff --git a/packaging/capi-network-wifi.spec b/packaging/capi-network-wifi.spec
index 23bdd57..9005f0e 100755
--- a/packaging/capi-network-wifi.spec
+++ b/packaging/capi-network-wifi.spec
@@ -1,6 +1,6 @@
Name: capi-network-wifi
Summary: Network Wi-Fi library in TIZEN C API
-Version: 1.0.80
+Version: 1.0.81
Release: 1
Group: System/Network
License: Apache-2.0