summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Yu Jiung [Wed, 18 May 2016 06:35:03 +0000 (15:35 +0900)]
Modify the way to copying license file on RPM packages
Change-Id: I87af543bbabd8a2950d437d06b2ea466d9ac867a
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Maneesh Jain [Thu, 12 May 2016 10:31:59 +0000 (16:01 +0530)]
[wifi-direct][Merged]: Added new CAPI's Prototype in WiFI Direct Header File
a./ wifi_direct_set_session_timer()
b./ wifi_direct_get_session_timer()
c./ wifi_direct_set_auto_group_removal()
Change-Id: I63c1d96cc9bdf11cf8ea1718dbc74f07d1035f85
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Yu Jiung [Mon, 16 May 2016 07:50:58 +0000 (16:50 +0900)]
Enable Wi-Fi Direct Display and Service Discovery code for common profile
Change-Id: I7b1dc37bf7bc0df9eb068a5b09f1bde88bd2669d
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Yu Jiung [Wed, 27 Apr 2016 08:24:02 +0000 (17:24 +0900)]
Add build configuration for common profile
Change-Id: Iaac3aa415f1839a1419a3c5796b7381b8673a9c3
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Yu Jiung [Mon, 18 Apr 2016 06:08:12 +0000 (15:08 +0900)]
Apply Tizen coding rules2
Change-Id: I97c3162266ca32bc0e5c11fc09e82fbb5027fc14
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Yu Jiung [Fri, 1 Apr 2016 04:34:53 +0000 (13:34 +0900)]
Apply Tizen coding rules
Change-Id: I4cf1df84725683f911f770a377b24bfca7f046f1
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Yu Jiung [Tue, 29 Mar 2016 00:00:24 +0000 (09:00 +0900)]
Add macros to check line coverage of UTC
Change-Id: Ieb9f813ddcfab73b496490fa4f0e327d6e95d6b9
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Yu Jiung [Mon, 28 Mar 2016 02:04:27 +0000 (11:04 +0900)]
Fix the return value for privilege error
Change-Id: Ie733a6149b076a317a675e83ca1ec956fe6e07a5
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Seonah Moon [Fri, 25 Mar 2016 05:13:14 +0000 (14:13 +0900)]
[SVACE][TIZEN_3.0_TV][Critical][WGID-66380] MEMORY_LEAK
Change-Id: I87c52a2048de023cea3fd043155e3c396d20df89
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Yu Jiung [Thu, 24 Mar 2016 06:04:21 +0000 (15:04 +0900)]
Use GError to indicate Wi-Fi Direct error
Change-Id: Idb3cc9b314196605aea48b250434f73693b81b73
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Maneesh Jain [Sat, 19 Mar 2016 09:48:26 +0000 (05:48 -0400)]
[wifi-direct]:Fixed SVACE Issue
Description: Replace strok() to strok_r()
Change-Id: I7364574b218e9a484e4acc93d474f2b6c468f1a7
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Yu Jiung [Thu, 17 Mar 2016 01:15:50 +0000 (10:15 +0900)]
Fix SVace issue WGID 40946
Change-Id: Iee149fc50d8ffadab7c5cc46598b7a54b99fed5b
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Nishant Chaprana [Mon, 14 Mar 2016 07:01:06 +0000 (12:31 +0530)]
Removed "LaunchDirect" call to net-config from wifi_direct_initialize
now wfd-manager starts with dbus auto activation logic, So launching
wfd-manager from net-config is not required anymore.
Also using this code with dbus auto activation leads to conditions
where two wfd-manager instances are running.
Change-Id: I5660fb454302b3955e87ee90244f5d6e7da67e7a
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Thu, 10 Mar 2016 06:25:23 +0000 (11:55 +0530)]
[wifi-direct] Handled error case in wifi_direct_initialize
wifi_direct_dbus_init can return FALSE when it fails to get bus name.
So wifi_direct_initialize API should return error in failure case.
Change-Id: Ie16c1087bfd20f9d778abfcec12f53a1b9dfe3e9
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Thu, 10 Mar 2016 06:21:54 +0000 (11:51 +0530)]
[wifi-direct] wifi_direct_get_wps_pin() should NULL check pin pointer.
Change-Id: I67515e01b28e17a4034ec5e32a2410b0b53cd8c8
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Thu, 10 Mar 2016 06:20:01 +0000 (11:50 +0530)]
[wifi-direct] Fixed memory leak.
Change-Id: I1897e097383c11a0ea7326c301052fcf5a93d783
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Yu Jiung [Wed, 9 Mar 2016 08:47:59 +0000 (17:47 +0900)]
Add modification to make wifi-direct pass current test cases
Description : It should make is_registered "FALSE" when wifi-direct
is deinitialized. Prohibit wifi-direct library using vconf key
provided by wfd-manager directly. Add NULL checking for getting
passphrase
Change-Id: I0e71b677deae559f2dbfcd7be415bff6cc40c2c5
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Nishant Chaprana [Fri, 4 Mar 2016 12:33:28 +0000 (18:03 +0530)]
[wifi-direct] Replaced Socket IPC with DBUS IPC between Library<->Manager
Change-Id: Ie33f61e389d2712e7e0e052a0cc9b31e472a6222
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Wed, 13 Jan 2016 03:48:44 +0000 (09:18 +0530)]
[Fixed] memory allocated using g_try_malloc0_n should be freed using g_free()
Change-Id: Icb9386bc375b583626472ac467adefae1a3ee540
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Wed, 13 Jan 2016 03:28:18 +0000 (08:58 +0530)]
[Fixed] comment as per doxygen style
Change-Id: Ie101abce0ce8869d351106fa4586f13bd71e05a1
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Wed, 6 Jan 2016 05:33:34 +0000 (11:03 +0530)]
Fixed wifi_direct_foreach_connected_peers() API calling malloc(0)
This patch fixes behaiour of wifi_direct_foreach_connected_peers() API
when no connected peer at that time malloc(0) call was made and
WIFI_DIRECT_OPERATION_FAILED was returned.
But when no peer is conencted, at that time WIFI_DIRECT_ERROR_NONE
should be returned and no malloc(0) call should be done.
Change-Id: I266063ae0ecadef9b4c3959cd3bf69bb4bb886de
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Wed, 6 Jan 2016 02:37:00 +0000 (08:07 +0530)]
Fixed wrong macro name used in wifi-direct-ipc.h
This patch fixed wrong macro name used in wifi-direct-ipc.h
__WIFI_DIRECT_INTERNAL_H_ ==> __WIFI_DIRECT_IPC_H__
The wrong name could create confusion, So correction was required.
Change-Id: I646574e339e493d40fb3fd360637f8bd359dcaeb
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
taesub kim [Mon, 4 Jan 2016 02:01:11 +0000 (18:01 -0800)]
Merge "[Fixed] Possible Integer Overflow" into tizen
Seonah Moon [Mon, 28 Dec 2015 05:08:21 +0000 (14:08 +0900)]
[WGID-29760] Fix the svace issue
Change-Id: I1e17e809287842d9e5ffee6c6271620648d4211d
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Milind Murhekar [Thu, 17 Dec 2015 04:06:59 +0000 (09:36 +0530)]
[Fixed] Possible Integer Overflow
Description: This patch fixes the possible integer overflow
while reading from socket.
Change-Id: I909f97ab021d77326c8cbc16dd79a5eb21084715
hyunuktak [Wed, 9 Dec 2015 05:26:28 +0000 (14:26 +0900)]
Apply coding rule
Change-Id: I47a6586a8e9538681b240040a4da7e7f49747caf
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Nishant Chaprana [Tue, 6 Oct 2015 08:59:38 +0000 (14:29 +0530)]
[Fixed] Typo error in wifi-direct package
Change-Id: I0410b12e54008f2bfaeeee8d8485e3d37542a658
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Yu Jiung [Mon, 7 Sep 2015 12:46:13 +0000 (21:46 +0900)]
[capi-network-wifi-direct]Enables Wi-Fi Display and Wi-Fi Direct Service Discovery code
Change-Id: I1f585582b1a9e5ec220c9b3f563692a526a06047
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Nishant Chaprana [Wed, 26 Aug 2015 04:23:19 +0000 (09:53 +0530)]
Added device lost event in discovery state callback
Description: This patch adds device lost event in discovery state
callback to notify application about device disappeared.
Change-Id: I6922cb66aeeb3d64832a7f2e1015e22c627590d2
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Fri, 21 Aug 2015 12:44:19 +0000 (18:14 +0530)]
Removed white spaces and fixed some warnings in test-wifi-direct
Description: This patch also resolves some warnings of spec file.
Change-Id: I8133ae7e2dc77b34aaca0360f60e73d946a9e08f
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Yu Jiung [Fri, 10 Jul 2015 09:09:18 +0000 (18:09 +0900)]
[capi-network-wifi-direct]Sync with Tizen 2.4
Change-Id: I3284cbb37b2958446894fb1a135799b7a71e3aa7
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Maneesh Jain [Tue, 7 Jul 2015 13:54:18 +0000 (19:24 +0530)]
Enable CAPI access permission check for TV Profile
Change-Id: I599f21ed71adfc6c9f2198e2d011b9a0bffe5795
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Maneesh Jain [Tue, 7 Jul 2015 13:21:41 +0000 (18:51 +0530)]
[wifi-direct]: Modified Tizen Profile Build Flag
This patch adds the support of Tizen Profile
Build Flag according Tizen 3.0 Policy.
https://build.tizen.org/project/prjconf?project=Tizen%3ATV
Change-Id: I658a2899df7213b8c0730cdeedbd134a1160a960
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
hyunuktak [Thu, 2 Jul 2015 06:56:58 +0000 (15:56 +0900)]
Change the manifest file
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I4e2092b5bf52566535b655f64a64b1ecb2ec5a21
Yu Jiung [Sat, 20 Jun 2015 05:16:38 +0000 (14:16 +0900)]
[capi-network-wifi-direct]Modify the spec file to add version
Change-Id: Iebafd9f560189851ea8bbda5e9eca4ffd139a373
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Yu Jiung [Fri, 19 Jun 2015 02:47:56 +0000 (11:47 +0900)]
[capi-network-wifi-diret]Merge Tizen 2.4 for sync
Change-Id: I1ac445c8ed4de84b932ffb2a2830d526453db639
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
taesub.kim [Mon, 1 Jun 2015 00:52:03 +0000 (09:52 +0900)]
Add doc file
Change-Id: I060eccc1792e6b7a8415213bcbef6af0f38b81de
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
hyunuktak [Wed, 4 Feb 2015 02:20:10 +0000 (11:20 +0900)]
Merge 2.3 code for sync
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I413f150e373f819766129ec6a0244662e6158b2b
Alexandru Cornea [Fri, 28 Jun 2013 09:26:13 +0000 (12:26 +0300)]
resetting manifest requested domain to floor
Baptiste DURAND [Thu, 30 May 2013 13:24:21 +0000 (15:24 +0200)]
Update Changelog
Baptiste DURAND [Thu, 30 May 2013 13:23:59 +0000 (15:23 +0200)]
Fix hardcoded path in pc file
Anas Nashif [Wed, 29 May 2013 10:50:55 +0000 (06:50 -0400)]
Fixed build and remove hardcoding of libdir
Jinkun Jang [Tue, 12 Mar 2013 16:46:24 +0000 (01:46 +0900)]
Tizen 2.1 base
eunmee moon [Fri, 27 Apr 2012 12:35:39 +0000 (21:35 +0900)]
Initial empty repository