From: chleun.moon Date: Mon, 22 Feb 2016 04:47:47 +0000 (+0900) Subject: Remove privilege from wifi_ap_create X-Git-Tag: submit/tizen/20160307.122834^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c236d8a7ab7c8a539d1efc19d0dedbda9dda2fc;p=platform%2Fcore%2Fapi%2Fwifi.git Remove privilege from wifi_ap_create Change-Id: Id54f085085eea34b479a53e451914a0efe9c8a7b Signed-off-by: cheoleun --- diff --git a/include/wifi.h b/include/wifi.h index e8ffb93..a4e63a5 100755 --- a/include/wifi.h +++ b/include/wifi.h @@ -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