Jaehyun Kim [Fri, 23 Feb 2018 08:27:23 +0000 (17:27 +0900)]
Added CAPIs for C# thread handling
It is not guaranteed that the GC in C# will call connection_destroy
on the thread that called connection_create.
So I added thread-independent CAPIs for init/deinit.
Change-Id: Ia70fdc543b06c34611643a702aa43377ad144365
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
chleun.moon [Mon, 5 Feb 2018 02:09:22 +0000 (11:09 +0900)]
Add Multipath TCP
Change-Id: I374ced383bc1c89d764bc264a17c4400393e346b
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
Seonah Moon [Wed, 27 Dec 2017 05:26:19 +0000 (14:26 +0900)]
Bug fix: connection_profile_get_ip_address()
Change-Id: Iba5d634a46ffd9c9bc9545180582018f1c5add54
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Saurav Babu [Tue, 12 Dec 2017 14:23:16 +0000 (19:53 +0530)]
connection: Notify network config changed from libnet-client's event
This patch removes logic to notify network configuration changed event
by using vconf_notify_key_changed() functions. VCONF logic only works in
main thread of application, so this patch adds logic to get network
configurations changed event from libnet-client so that callbacks can be
called in respective threads.
Change-Id: I8b2faaae0d6eb14655b6675a4d25c2ae71d7ee55
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Seonah Moon [Mon, 11 Dec 2017 05:33:38 +0000 (14:33 +0900)]
Use preferred ipv6 address
Change-Id: Idda6dbe52ac4211681d26b7da2507c7dd2464e45
taesub kim [Tue, 5 Dec 2017 09:11:07 +0000 (18:11 +0900)]
Added comment in test file
Change-Id: I7326e5952ebd82d0f2e26ac065b1e2f5be870e24
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Tue, 5 Dec 2017 05:17:13 +0000 (05:17 +0000)]
Merge "Added APIs get the tcp dump and network state" into tizen
taesub kim [Tue, 24 Oct 2017 05:00:07 +0000 (14:00 +0900)]
Added APIs get the tcp dump and network state
Change-Id: I1b12e22d94a9cd6e0874697c24b1c5f534773009
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Thu, 19 Oct 2017 22:41:00 +0000 (07:41 +0900)]
Fixed invalid declaration
Change-Id: If32ac8ec1e984f9f9f3c340bd31e7e8d27142d3b
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Mon, 16 Oct 2017 00:05:14 +0000 (09:05 +0900)]
Modified the feature check for metered network api
Change-Id: If292d3fdcaf24cda68a59954e75f727e96a26041
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Fri, 29 Sep 2017 02:15:04 +0000 (11:15 +0900)]
[CID-44367] Remove deadcode
Change-Id: Iaa2f5a6479bf1d6b5d290f91f4f1eea0eae1f17a
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Jaehyun Kim [Fri, 8 Sep 2017 10:58:37 +0000 (19:58 +0900)]
Add new API to check whether metered or non metered
Change-Id: I36909e3bea7ec991913ed1218d2489f455b01ce2
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
Niraj Kumar Goit [Tue, 5 Sep 2017 10:32:14 +0000 (16:02 +0530)]
[connection] Added support to validate netmask address.
Change-Id: I901cba2c331e19eb11ada4f4ca5d709b3ce3d53d
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Abhishek Sansanwal [Fri, 4 Aug 2017 09:21:33 +0000 (14:51 +0530)]
Fix returned value's in connection_profile_get_dhcp_lease_duration
Description: Return invalid parameter in case the
passed address of dhcp_lease_duration in NULL.
Return not supported in case CAPI is called
for IPV6 address family.
Change-Id: Iafe92b2714c9044f23665d5135e949133bb0b7c0
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
taesub kim [Thu, 3 Aug 2017 08:32:25 +0000 (08:32 +0000)]
Merge "Added connection_profile_get_dhcp_lease_duration API" into tizen
Abhishek Sansanwal [Thu, 3 Aug 2017 06:32:37 +0000 (12:02 +0530)]
Added connection_profile_get_dhcp_lease_duration API
Change-Id: I428ad98cbdca4daabfcfc53d1983262903d6601a
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Abhishek Sansanwal [Thu, 27 Jul 2017 05:55:04 +0000 (11:25 +0530)]
Add CAPI to get DHCP lease duration
Description: The following CAPI was added-
connection_profile_get_dhcp_lease_duration();
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Iffe6e0a5aa3f428b3665172ed68672d112635365
Seonah Moon [Tue, 16 May 2017 06:30:15 +0000 (15:30 +0900)]
[connection_test] Updated test menu description
Change-Id: I96a791bc1238253da1d3ca379e74fba9fc35ccab
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Mon, 22 May 2017 06:34:55 +0000 (15:34 +0900)]
Modified API reference feature link
Change-Id: I1058f36a20bb2536a1c199be14cc576165b72c7e
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Seonah Moon [Fri, 28 Apr 2017 08:31:47 +0000 (17:31 +0900)]
Removed code for IPv6 from subnet mask APIs
Change-Id: Ia5135d3ce840ae03295366972163d3dea489215e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
chleun.moon [Tue, 25 Apr 2017 08:31:49 +0000 (17:31 +0900)]
Add error description to doxygen
Change-Id: If87db8338ea2d654a659f2070dfd6cf3888f1126
Signed-off-by: cheoleun <chleun.moon@samsung.com>
taesub kim [Mon, 24 Apr 2017 01:03:23 +0000 (10:03 +0900)]
Fix build error
Change-Id: I5e3734cf9bb7085694fb5e0cac1766b8d9723c99
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Thu, 6 Apr 2017 08:41:55 +0000 (17:41 +0900)]
[ACR-924] Added CAPI to get DHCP Server Address
Change-Id: I34c5b09e0e8a562c4ff9d65e557b58e457c35380
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
chleun.moon [Thu, 20 Apr 2017 06:16:44 +0000 (15:16 +0900)]
Remove unnecessary exception description
Change-Id: Ibe86940b933637b85c7335ed3370d6e0fbeb23b6
Signed-off-by: cheoleun <chleun.moon@samsung.com>
taesub kim [Thu, 20 Apr 2017 02:25:23 +0000 (19:25 -0700)]
Merge "Modified enumeration of cellular PDN type" into tizen
taesub kim [Mon, 17 Apr 2017 07:18:16 +0000 (16:18 +0900)]
Modified enumeration of cellular PDN type
Change-Id: I2ad2ac07a78232456a1512bde70289cafdfc028d
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Wed, 19 Apr 2017 03:50:49 +0000 (12:50 +0900)]
Fix errors that could be returned
Change-Id: Id93463e01b4aae7055d99dd950c1c5dc17186126
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Mon, 10 Apr 2017 09:13:00 +0000 (18:13 +0900)]
[ACR-930] Added CAPI to add/remove route table
Change-Id: Iadf8e5b78247185ac00ea2c8cc1464fecf08e89b
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Abhishek Sansanwal [Mon, 10 Apr 2017 05:16:00 +0000 (10:46 +0530)]
Free vconf_get_str using free() instead of g_free()
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I1ab58242e0e0b5201a9246279986cbc700dc4a1e
Seonah Moon [Tue, 4 Apr 2017 01:33:38 +0000 (10:33 +0900)]
[WGID-199988] Remove unreachable code
Change-Id: Ib77c3194ac30d2ec7849a122cfa4626c7ab450f0
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Mon, 3 Apr 2017 05:47:35 +0000 (14:47 +0900)]
Change 'Feature List' link
Change-Id: I14c30c958501f50bac3fbdeb7ba29ec9594bdb88
Seonah Moon [Wed, 29 Mar 2017 04:20:52 +0000 (13:20 +0900)]
Fixed to get IPv6 address in address changed callback
Change-Id: Ib6c9d6e1f9778d176b1006f5e4bc4e95ff474a34
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Mon, 27 Mar 2017 02:23:55 +0000 (11:23 +0900)]
Returned CONNECTION_DNS_CONFIG_TYPE_NONE when dns type is not set
Change-Id: I88e1fda99a5029deb4b87b4f4cb4c58d3c0a8eaf
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Fri, 24 Mar 2017 02:15:50 +0000 (19:15 -0700)]
Merge "Add new APIs for ethernet cable and deprecate wrong APIs" into tizen
Seonah Moon [Wed, 22 Mar 2017 06:32:29 +0000 (15:32 +0900)]
Changed the path of license by using '%license' macro
Change-Id: I70b27c5fc692ee55c73282b722c3a804662d0f37
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Thu, 16 Mar 2017 04:32:38 +0000 (13:32 +0900)]
Add new APIs for ethernet cable and deprecate wrong APIs
Some APIs have typo in name. It should be modified.
Therefore, new APIs are added and old API is deprecated.
Old APIs will be removed from next release.
Change-Id: I38e41fee9b9eef27ea52cd10ca58991b6245d67d
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Tue, 21 Mar 2017 05:01:34 +0000 (14:01 +0900)]
Add converting function for netmask
Change-Id: I4e04daa8e5b2efce8c1fdde40d35857cecabe3e1
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Mon, 20 Mar 2017 05:30:03 +0000 (14:30 +0900)]
Implement API to get IPv6 addresses
Change-Id: I87838ac2ad0a8672f462122bb0c2f89f7175d57f
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Tue, 14 Mar 2017 07:49:21 +0000 (16:49 +0900)]
Implement APIs for IPv6 and DNS configuration
Change-Id: If049a154b9cdbbdaf03173f441cb3602b13fc72c
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Tue, 14 Feb 2017 09:54:35 +0000 (18:54 +0900)]
Add new APIs for IPv6 and DNS configuration
Change-Id: Ie41e572f780c12c837edf78cca84e3a8fdeaf111
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Thu, 9 Mar 2017 05:23:25 +0000 (14:23 +0900)]
Changed vconf key for IPv6 address
Change-Id: I77a91ce95646367743b3fad2ef96e3cbea376216
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
cheoleun moon [Wed, 1 Feb 2017 02:16:05 +0000 (18:16 -0800)]
Merge "Fixed to check whether Ethernet cable state changed callback exists when it is released" into tizen
cheoleun moon [Mon, 23 Jan 2017 05:33:37 +0000 (21:33 -0800)]
Merge "Use free instead of g_free if it's given by vconf_get_str" into tizen
cheoleun moon [Mon, 23 Jan 2017 05:33:19 +0000 (21:33 -0800)]
Merge "Remove Profile Build Dependency (TV)" into tizen
cheoleun moon [Mon, 23 Jan 2017 05:30:02 +0000 (21:30 -0800)]
Merge "Remove dead and dangerous code" into tizen
Jaehyun Kim [Fri, 6 Jan 2017 08:15:35 +0000 (17:15 +0900)]
Fixed to check whether Ethernet cable state changed callback exists when it is released
The callback can be registered for each connection handle
and the ref count is incremented each time it is registered.
However, when the callback is released,
the ref count is decremented without checking whether or not the callback is registered in the connection handle.
Therefore, the ref count can be 0 even though there is a valid callback, and the event may not be processed.
Change-Id: I0569e8d0a74ca647c5bcdba6c877e7374a89e6f9
chleun.moon [Mon, 19 Dec 2016 09:59:13 +0000 (18:59 +0900)]
Modify the header and documentation
Change-Id: Ie555def3733b9bf12e18d3adef16d84d71322a80
Signed-off-by: cheoleun <chleun.moon@samsung.com>
MyungJoo Ham [Fri, 11 Nov 2016 06:42:38 +0000 (15:42 +0900)]
Use free instead of g_free if it's given by vconf_get_str
vconf_get_str from buxton2 uses standard library.
So, it is recommended to use free instead of g_free because
g_free might not be a simple wrapper of free depending on
the build options of glib:
https://mail.gnome.org/archives/gtk-list/2000-July/msg00002.html
Change-Id: I0a6687dd2d303566b45746ee95b6b47f531276da
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
MyungJoo Ham [Fri, 11 Nov 2016 05:30:05 +0000 (14:30 +0900)]
Remove Profile Build Dependency (TV)
- This is for Tizen 4.0
- TV or not is determined at runtime, unifying the binary for all.
After this commit, there is no more TIZEN_TV:
connection$ grep -r "TIZEN_TV" *
connection$
Change-Id: I762dbbd6d44ef27987b7463fd717fa604187858a
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
MyungJoo Ham [Fri, 11 Nov 2016 05:21:58 +0000 (14:21 +0900)]
Remove dead and dangerous code
- This is for Tizen 4.0
- For 4.0 Configurability & Building-Blocks, we need to remove
profile build dependencies and this is the first step for it.
There will be other commits following this soon.
TIZEN_MOBILE/TIZEN_WEARABLE are useless:
connection$ grep -r "TIZEN_MOBILE" *
CMakeLists.txt:IF(TIZEN_MOBILE)
CMakeLists.txt: ADD_DEFINITIONS(-DTIZEN_MOBILE)
CMakeLists.txt:ENDIF(TIZEN_MOBILE)
packaging/capi-network-connection.spec: -DTIZEN_MOBILE=1 \
Binary file packaging/.capi-network-connection.spec.swp matches
connection$ grep -r "TIZEN_WEARABLE" *
CMakeLists.txt:IF(TIZEN_WEARABLE)
CMakeLists.txt: ADD_DEFINITIONS(-DTIZEN_WEARABLE)
CMakeLists.txt:ENDIF(TIZEN_WEARABLE)
packaging/capi-network-connection.spec: -DTIZEN_WEARABLE=1 \
Binary file packaging/.capi-network-connection.spec.swp matches
connection$
Change-Id: I658208e213db777011f7e1f19b78bd1bf529b277
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
hyunuktak [Fri, 23 Sep 2016 01:50:54 +0000 (10:50 +0900)]
Remove reference warning
Change-Id: I4ed65d145421c287cafa8ec838bd3ed41c7beb88
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Saurav Babu [Thu, 7 Jul 2016 06:15:22 +0000 (11:45 +0530)]
[connection] Modified test code to print ethernet information correctly
This patch has below changes:
1. Print ethernet information correctly in
test_get_user_selected_profile(), earlier ethernet was treated as
cellular profiles.
2. For WiFi profile_name and essid are same so no need to print both.
3. Print cellular service type only for cellular profiles.
Change-Id: I560fbb5dddd8a6534de6637b2ce450bca0fd2424
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Sumit Aggarwal [Mon, 20 Jun 2016 16:29:53 +0000 (21:59 +0530)]
Provided option to set IPType as Auto for IPv6
Change-Id: I68a5eb90d3f635b0e7f7e4c5dd59ff52226fd689
Signed-off-by: Sumit Aggarwal <aggarwal.s@samsung.com>
taesubkim [Thu, 16 Jun 2016 00:52:41 +0000 (09:52 +0900)]
Fixed build error for __libnet_check_address_type
Change-Id: I679cb85d24e2ab3ae846fd68fd88e73687c69f27
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
hyunuktak [Tue, 14 Jun 2016 10:17:09 +0000 (19:17 +0900)]
Fix some svace
Change-Id: Iec8a65ac5162022f22dafc43e25716330b22b157
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Tue, 14 Jun 2016 07:08:50 +0000 (16:08 +0900)]
Apply coding rule
Change-Id: Ie26ef8da0c6b5140183b1ddd3b47fe9ae33b3637
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Wed, 8 Jun 2016 09:50:51 +0000 (18:50 +0900)]
Fix the return value unit for wifi max speed
Change-Id: Ie9d8f24e5f3b12e1327d8890c5f0857c125d924c
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
taesubkim [Fri, 3 Jun 2016 07:58:04 +0000 (16:58 +0900)]
Remove the gcov flag #2
Change-Id: I50099135510177fe0f91d0b734573613afba749c
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
hyunuktak [Tue, 31 May 2016 23:51:11 +0000 (08:51 +0900)]
Fixed memory leak for vconf_get_str
Change-Id: I3c99e343d738816dd08a84e49dc19ad0bddce155
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Wed, 25 May 2016 06:40:57 +0000 (15:40 +0900)]
Remove the gcov flag
Change-Id: I87a26ddeb04a00ece1e1cb0c75726523f398d4a4
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Tue, 17 May 2016 05:55:31 +0000 (14:55 +0900)]
Add default case to fix build warning
Change-Id: I2e321f0224180261ffe8d973b9532b6c06eec046
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Mon, 16 May 2016 09:51:44 +0000 (18:51 +0900)]
Modify some test code
Change-Id: I213bdb7ba5721ea575585a94aebc9cd887c1569a
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
taesubkim [Tue, 3 May 2016 00:25:11 +0000 (09:25 +0900)]
Modified version of wearable 3.0 API
Change-Id: Ie3bcb56a6a9507afe777c73b71676b0f8f87cc08
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Fri, 29 Apr 2016 07:22:01 +0000 (00:22 -0700)]
Merge "Add some APIs to get and set cellular pdn type" into tizen
hyunuktak [Thu, 28 Apr 2016 08:39:11 +0000 (17:39 +0900)]
Add ethernet feature into document
Change-Id: Ic8616e352370b6f66042ec42150974449f39b009
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Thu, 14 Apr 2016 06:48:36 +0000 (15:48 +0900)]
Add some APIs to get and set cellular pdn type
Change-Id: I2f8be0e95bc54d776450f66eec112a50a6897644
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Fri, 1 Apr 2016 05:00:10 +0000 (14:00 +0900)]
Apply coding rule
Change-Id: I49cb9a9ddc02bb9ec988b4f11ea469072271825f
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Mon, 28 Mar 2016 05:30:09 +0000 (14:30 +0900)]
Removed useless feature for document
Change-Id: I63ffe93cb4141911bf6c8ae87cbb64b9ef97ad2d
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Thu, 24 Mar 2016 00:00:59 +0000 (09:00 +0900)]
Changed wearable 3.0 API version
Change-Id: Ia49c866e0c6921a359f3df462515c6fe9871b5e2
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Wed, 16 Mar 2016 08:15:58 +0000 (17:15 +0900)]
Added some comments to exclude coverage
Change-Id: Ia59898b42e65a2dbdaf5d9abe4b3d35d73cab553
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Thu, 28 Jan 2016 02:45:49 +0000 (11:45 +0900)]
Modify to get wifi state
Change-Id: I6c41218ea55cac3d30acb432df03e3d596bfc00d
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Saurav Babu [Wed, 6 Jan 2016 09:26:19 +0000 (14:56 +0530)]
[connection] Modified logic so that callback is sent to their respective thread
Currently for sending few callbacks to application g_idle_add_full() is
used. g_idle_add_full() adds the callback in global main context of the
application and not the context in which thread was operating. See
description at https://developer.gnome.org/glib/stable/glib-The-Main-Event-Loop.html#g-idle-add-full
This patch modifies the logic to create a g_idle_source_new() and then
attach this source to the thread's context rather than global main
context of application.
Change-Id: I5b9b927760ab2281cfd3878a3c7583bc4a00e74f
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
taesub.kim [Tue, 5 Jan 2016 08:02:24 +0000 (17:02 +0900)]
[ACR-456]Add enumeration for connection type #2
Change-Id: I5b528a18ffa1bc5495da8d7e1db2df9bbea57d97
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Fri, 11 Dec 2015 02:59:31 +0000 (11:59 +0900)]
Modified get_mac_address (/sys/.. > /opt/etc/.mac.info)
Change-Id: I89d0cf92564152acdf38eece0acc2d0b53a88845
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
hyunuktak [Tue, 8 Dec 2015 09:17:58 +0000 (18:17 +0900)]
Apply coding rule
Change-Id: I8119e081832b83bbd1d7db6ee51c45098907d668
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Wed, 9 Dec 2015 05:46:47 +0000 (21:46 -0800)]
Merge "[ACR-456]Add enumeration for connection type" into tizen
hyunuktak [Wed, 25 Nov 2015 06:47:39 +0000 (15:47 +0900)]
[ACR-456]Add enumeration for connection type
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I2988024c989f789448b262413e673a60f3a1bd30
hyunuktak [Wed, 2 Dec 2015 01:48:34 +0000 (10:48 +0900)]
Fix some svace issues
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I8cabe0b8ad3076caa595ec016c4873503d5235ea
taesub.kim [Mon, 5 Oct 2015 06:09:49 +0000 (15:09 +0900)]
Sync with Tizen 2.4(v1.0.72)
Change-Id: I02da8c2d6d79e15f5894072eb008652ca30b0cd1
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Nishant Chaprana [Fri, 11 Sep 2015 09:16:53 +0000 (14:46 +0530)]
[Tizen-TV] Allow the feature check using model-config
Change-Id: I5c9ea91c338bfbba9d7dc479cbe1d0304e5b7690
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
hyunuktak [Thu, 3 Sep 2015 07:05:02 +0000 (16:05 +0900)]
Modify how to check for some supported features
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I49a447949b66e536744382881a946af6d007d904
hyunuktak [Fri, 28 Aug 2015 07:45:06 +0000 (16:45 +0900)]
Modify how to get mac address for wifi
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Ibab120b6b74bcd252401182d3a6c89bb96972fb3
Maneesh Jain [Wed, 26 Aug 2015 09:32:29 +0000 (15:02 +0530)]
Fixed Tizen Profile Build Flag as per Tizen 3.0
Change-Id: Id83e89e700973d9332e3b292e34366d9b603a2be
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Maneesh Jain [Wed, 26 Aug 2015 09:27:03 +0000 (14:57 +0530)]
[Tizen-TV]: Allow the feature check for connection CAPI's
Change-Id: Id819ae3c1ec353d18eabc63b7fc0ecabdf2d1675
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Maneesh Jain [Wed, 26 Aug 2015 09:16:37 +0000 (14:46 +0530)]
[connection]: Fixed build error of test code
===================================
connection_test.c:512:9: error: 'address_family' may be used
uninitialized in this function
====================================
Change-Id: I3a45af9f078f3cf4dbfb159e3d4eacf23cfab906
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
hyunuktak [Mon, 10 Aug 2015 07:06:49 +0000 (16:06 +0900)]
Remove the buildrequire for model-build-features
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I78a1eb5cec858a4e52512d50f3a44a839ad4a429
hyunuktak [Fri, 7 Aug 2015 08:06:09 +0000 (17:06 +0900)]
Base Code merged to SPIN 2.4
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I3d308cfc44f6809efef8e02a0c299971ae30eb60
hyunuktak [Thu, 9 Jul 2015 09:25:07 +0000 (18:25 +0900)]
Add supported features check
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Ibab74436fc633c19b792ae95badb300455dd6326
taesub kim [Tue, 16 Jun 2015 09:36:14 +0000 (02:36 -0700)]
Merge "Fixed return Type to avoid potential error in application" into tizen
Maneesh Jain [Thu, 11 Jun 2015 04:57:38 +0000 (10:27 +0530)]
Fixed return Type to avoid potential error in application
Change-Id: I5336f8168a268bdea600e3745de02e429ebd31ed
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Maneesh Jain [Tue, 9 Jun 2015 09:43:35 +0000 (15:13 +0530)]
Add Null Check to avoid potential crash
Change-Id: Ifb4967ebf40df6f0dc305dd0cd5b4543ca2aad83
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Maneesh Jain [Fri, 5 Jun 2015 04:47:43 +0000 (10:17 +0530)]
[TT-59] Fixed: Segmentaion Fault issue
@Fix: Jira Issue# Tizen TV / TT-59
Change-Id: Ifd4891f9cfba7ef4973fb3730c782ea450a03d83
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
taesub.kim [Thu, 4 Jun 2015 04:01:51 +0000 (13:01 +0900)]
Fix build fail
Change-Id: Id8b09a0a1034d3ff5e4b0ef80327099ef8a64b28
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Mon, 1 Jun 2015 00:47:47 +0000 (09:47 +0900)]
Add doc file
Change-Id: I30822c5b4a781581584c850fc9202560a78d0502
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Fri, 29 May 2015 07:06:42 +0000 (00:06 -0700)]
Merge "Add support for ipv6" into tizen
taesub kim [Fri, 29 May 2015 07:06:26 +0000 (00:06 -0700)]
Merge "Add test case for ethernet profile" into tizen
taesub kim [Fri, 29 May 2015 07:05:59 +0000 (00:05 -0700)]
Merge "Add "connection_test" app in Tizen Image binary" into tizen
Maneesh Jain [Thu, 28 May 2015 11:53:36 +0000 (17:23 +0530)]
Add test case for ethernet profile
This patch adds the ethernet case in test_update_profile()
function.
Change-Id: I24f0937b13ba3cf2057155b45dfb83ddf3f89e1b
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
taesub.kim [Wed, 27 May 2015 08:45:36 +0000 (17:45 +0900)]
Add support for ipv6
Change-Id: I498239f6943338a7c9ffba80167340282aaab922
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Maneesh Jain [Wed, 27 May 2015 06:38:06 +0000 (12:08 +0530)]
Add "connection_test" app in Tizen Image binary
This patch adds the Connection test application in
Tizen Binary Image. It is required to validate the
Network Connection CAPI's without using UI application
Change-Id: I3801014af5325fd27d37f628bf76eadb92eeaa67
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>