From: Bang Kwang-Min Date: Thu, 2 May 2013 12:26:06 +0000 (+0900) Subject: add new network type (DOWNLOAD_NETWORK_WIFI_DIRECT) X-Git-Tag: submit/tizen_2.1/20130514.052056~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a28ee6255534ab8b824845654a6a0caf44f7fe01;p=platform%2Fcore%2Fapi%2Furl-download.git add new network type (DOWNLOAD_NETWORK_WIFI_DIRECT) [issue#] N/A [cause] support download the content in WIFI Direct environment [solution] add new network type for WIFI Direct Change-Id: I317f4f24b9dae23a46bc3690461f0141a07cea8b --- diff --git a/include/download.h b/include/download.h index 3a137de..a893cc9 100755 --- a/include/download.h +++ b/include/download.h @@ -88,6 +88,7 @@ typedef enum { DOWNLOAD_NETWORK_DATA_NETWORK, /**< Download is available through data network */ DOWNLOAD_NETWORK_WIFI, /**< Download is available through Wi-Fi */ + DOWNLOAD_NETWORK_WIFI_DIRECT, /**< Download is available through WiFi-Direct */ DOWNLOAD_NETWORK_ALL /**< Download is available through either data network or Wi-Fi */ } download_network_type_e ;