Remove wrong description 54/148254/1
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 7 Sep 2017 07:58:20 +0000 (16:58 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Thu, 7 Sep 2017 07:58:25 +0000 (16:58 +0900)
Change-Id: I74afeb29ccad6217dc82ddcb269a5f74d97db7f5

include/softap.h

index 9ca1e7cdd21655265accc4b8150e667d5ce531df..c70eaad3b8cee4f77be719ae0fb5288ba743fd68 100644 (file)
@@ -218,8 +218,6 @@ typedef void (*softap_settings_reloaded_cb)(softap_error_e result, void *user_da
 /**
  * @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
@@ -796,8 +794,6 @@ int softap_get_channel(softap_h softap, int *channel);
 /**
  * @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