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
*/
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
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