From a28ee6255534ab8b824845654a6a0caf44f7fe01 Mon Sep 17 00:00:00 2001 From: Bang Kwang-Min Date: Thu, 2 May 2013 21:26:06 +0900 Subject: [PATCH] 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 --- include/download.h | 1 + 1 file changed, 1 insertion(+) 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 ; -- 2.7.4