Fix privilege level 60/177060/1
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 25 Apr 2018 05:08:34 +0000 (14:08 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 25 Apr 2018 05:08:38 +0000 (14:08 +0900)
Change-Id: I6ca8d0d2af3905005dd46614492962c68175d6a1

include/softap.h

index daf878bb94a25faa5b570ea54d39d0516b2dbb2c..8e3412280c9aa0e669fa212962ced17206bf1b14 100644 (file)
@@ -276,9 +276,10 @@ int softap_create(softap_h *softap);
 int softap_destroy(softap_h softap);
 
 /**
+ * @platform
  * @brief Enables the SoftAP, asynchronously.
  * @since_tizen 5.0
- * @privlevel public
+ * @privlevel platform
  * @privilege %http://tizen.org/privilege/softap.admin
  * @param[in]  softap  The SoftAP handle
  * @return 0 on success, otherwise negative error value
@@ -295,9 +296,10 @@ int softap_destroy(softap_h softap);
  */
 int softap_enable(softap_h softap);
 /**
+ * @platform
  * @brief Disables the SoftAP, asynchronously.
  * @since_tizen 5.0
- * @privlevel public
+ * @privlevel platform
  * @privilege %http://tizen.org/privilege/softap.admin
  * @param[in]  softap  The SoftAP handle
  * @return 0 on success, otherwise negative error value
@@ -834,9 +836,10 @@ int softap_set_passphrase(softap_h softap, const char *passphrase);
 int softap_get_passphrase(softap_h softap, char **passphrase);
 
 /**
+ * @platform
  * @brief Reloads the settings (SSID / Passphrase / Security type / SSID visibility) for SoftAP.
  * @since_tizen 5.0
- * @privlevel public
+ * @privlevel platform
  * @privilege %http://tizen.org/privilege/softap.admin
  * @remarks Devices connected via MobileAP will be disconnected when the settings are reloaded.
  * @param[in]  softap  The SoftAP handle