Remove privilege from wifi_ap_create 78/59978/3
authorchleun.moon <chleun.moon@samsung.com>
Mon, 22 Feb 2016 04:47:47 +0000 (13:47 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Wed, 2 Mar 2016 06:53:57 +0000 (15:53 +0900)
Change-Id: Id54f085085eea34b479a53e451914a0efe9c8a7b
Signed-off-by: cheoleun <chleun.moon@samsung.com>
include/wifi.h

index e8ffb93..a4e63a5 100755 (executable)
@@ -901,11 +901,9 @@ int wifi_unset_rssi_level_changed_cb(void);
 /**
  * @brief Creates the access point handle.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @privlevel public
- * @privilege %http://tizen.org/privilege/network.profile \n
- *            %http://tizen.org/privilege/network.get
- * @remarks You must release @a ap using wifi_ap_destroy(). \n
- *          This API needs both privileges.
+ * @remarks http://tizen.org/privilege/network.profile (public level privilege) is no longer required to use this API since 3.0. \n
+ *          http://tizen.org/privilege/network.get (public level privilege) is no longer required to use this API since 3.0. \n
+ *                     You must release @a ap using wifi_ap_destroy().
  * @param[in] essid  The ESSID (Extended Service Set Identifier) should be null-terminated and can be UTF-8 encoded
  * @param[out] ap  The access point handle
  * @return 0 on success, otherwise negative error value