From: taesubkim Date: Tue, 22 Mar 2016 07:49:43 +0000 (+0900) Subject: Remove privilege from wifi_ap_create #2 X-Git-Tag: submit/tizen/20160322.083239^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4ef919ad701b15d3d24be691a88c6a7d22dd22f;p=platform%2Fcore%2Fapi%2Fwifi.git Remove privilege from wifi_ap_create #2 Change-Id: I5b72c468f717570105e7d2a8a84af0a2093ec62e Signed-off-by: Taesub Kim --- diff --git a/include/wifi.h b/include/wifi.h index a4e63a5..d082d8c 100755 --- a/include/wifi.h +++ b/include/wifi.h @@ -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