Remove privilege from wifi_ap_create #2 33/63133/1 accepted/tizen/common/20160322.150910 accepted/tizen/ivi/20160323.012401 accepted/tizen/mobile/20160323.012236 accepted/tizen/tv/20160323.012300 accepted/tizen/wearable/20160323.012330 submit/tizen/20160322.083239
authortaesubkim <taesub.kim@samsung.com>
Tue, 22 Mar 2016 07:49:43 +0000 (16:49 +0900)
committertaesubkim <taesub.kim@samsung.com>
Tue, 22 Mar 2016 07:50:16 +0000 (16:50 +0900)
Change-Id: I5b72c468f717570105e7d2a8a84af0a2093ec62e
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
include/wifi.h

index a4e63a5..d082d8c 100755 (executable)
@@ -901,9 +901,7 @@ 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
- * @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().
+ * @remarks 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