add new network type (DOWNLOAD_NETWORK_WIFI_DIRECT)
authorBang Kwang-Min <justine.bang@samsung.com>
Thu, 2 May 2013 12:26:06 +0000 (21:26 +0900)
committerBang Kwang-Min <justine.bang@samsung.com>
Thu, 2 May 2013 12:26:06 +0000 (21:26 +0900)
[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

index 3a137de..a893cc9 100755 (executable)
@@ -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 ;