From: Seonah Moon Date: Wed, 25 Apr 2018 05:08:34 +0000 (+0900) Subject: Fix privilege level X-Git-Tag: submit/tizen/20180503.053636~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cadb1ee45de4324d068a5937c5a4a3546bc6b4f5;p=platform%2Fcore%2Fapi%2Fsoftap.git Fix privilege level Change-Id: I6ca8d0d2af3905005dd46614492962c68175d6a1 --- diff --git a/include/softap.h b/include/softap.h index daf878b..8e34122 100644 --- a/include/softap.h +++ b/include/softap.h @@ -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