Change-Id: I74afeb29ccad6217dc82ddcb269a5f74d97db7f5
/**
* @brief Creates the handle for softap.
* @since_tizen 3.0
- * @privlevel public
- * @privilege %http://tizen.org/privilege/softap
* @remarks The @a softap must be released using softap_destroy().
* @param[out] softap A handle of a new mobile ap handle on success
* @return 0 on success, otherwise a negative error value
/**
* @brief Clones the handle of a client.
* @since_tizen 3.0
- * @privlevel public
- * @privilege %http://tizen.org/privilege/softap
* @remarks @a dest must be release using softap_client_destroy().
* @param[out] dest The cloned client handle
* @param[in] origin The origin client handle