platform/core/connectivity/wifi-direct-manager.git
4 years agoRemove duplicate dependency with implicit dependencies at "Type=dbus" 94/211594/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191031.024701 accepted/tizen/5.5/unified/mobile/hotfix/20201027.084535 accepted/tizen/5.5/unified/wearable/hotfix/20201027.115111 accepted/tizen/unified/20190819.081524 submit/tizen/20190814.064533 submit/tizen_5.5/20191031.000003 submit/tizen_5.5_mobile_hotfix/20201026.185103 submit/tizen_5.5_wearable_hotfix/20201026.184303 tizen_5.5.m2_release
INSUN PYO [Wed, 7 Aug 2019 03:27:40 +0000 (12:27 +0900)]
Remove duplicate dependency with implicit dependencies at "Type=dbus"

Refs: https://www.freedesktop.org/software/systemd/man/systemd.service.html
 - Services with Type=dbus set automatically acquire dependencies of type Requires= and After= on dbus.socket.

Change-Id: I759e0a9e7d892b8039b4cc992ae971a69e50b589

4 years agoMerge "Delete meaningless configuration" into tizen accepted/tizen/unified/20190725.042818 submit/tizen/20190723.090434
cheoleun moon [Tue, 23 Jul 2019 09:08:49 +0000 (09:08 +0000)]
Merge "Delete meaningless configuration" into tizen

4 years agoFix bug reported by static analyzer 60/209560/1 accepted/tizen/unified/20190712.115338 submit/tizen/20190710.225804
Yu [Tue, 9 Jul 2019 01:21:29 +0000 (10:21 +0900)]
Fix bug reported by static analyzer

Change-Id: Id36e5a6354abca96999efa493724bcd4318965f7
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
4 years agoDelete meaningless configuration 01/209501/1
INSUN PYO [Mon, 8 Jul 2019 10:28:48 +0000 (19:28 +0900)]
Delete meaningless configuration

Change-Id: Ie325e5e29e459ae5b940103a15ee4afa7467ca9b

5 years agoUse libnl-3.0 in place of libnl-2.0 48/205248/1 accepted/tizen/unified/20190605.215645 submit/tizen/20190520.082305 submit/tizen/20190604.083831
Nishant Chaprana [Wed, 1 May 2019 05:19:08 +0000 (10:49 +0530)]
Use libnl-3.0 in place of libnl-2.0

Change-Id: I821cadc7919af327fc4998059e4fec4967d11e7b
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
5 years agoStart/stop Wi-Fi Direct popup using async function 40/200040/3 accepted/tizen/unified/20190221.015355 submit/tizen/20190220.080728
Yu [Mon, 18 Feb 2019 08:15:08 +0000 (17:15 +0900)]
Start/stop Wi-Fi Direct popup using async function

Description : There's Wi-Fi Direct popup app crash
when Wi-Fi Direct On/Off happens with short term.
That's because Wi-Fi Direct popup waits Addclient method call
reply at Wi-Fi Direct capi initialize time but wfd-manager daemon
busy deactivating and not responding to it.

Also, wfd-manager daemon stops Wi-Fi Direct popup when deactivating
but Wi-Fi Direct popup doesn't get terminate request
because it doesn't get the reply for Addclient method call yet.

AMD sends some signal if application doesn't respond within 5 sec
and Wi-Fi Direct popup'll be killed and leave crash log.

In this change, daemon will start/stop Wi-fi Direct popup
using async function of aul

Related change seems :
https://review.tizen.org/gerrit/#/c/platform/core/appfw/amd/+/194005/
Change-Id: Ie05d4c4bacd7e7d01a8e41a1c870428329c11fce
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
5 years agoFix warning from static analyzer 71/197871/1 accepted/tizen/unified/20190128.061711 submit/tizen/20190122.114357 submit/tizen/20190123.120324
Yu [Thu, 17 Jan 2019 01:21:50 +0000 (10:21 +0900)]
Fix warning from static analyzer

Change-Id: Idf7048e9a0777c7624249164123593ab336437e0
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
5 years agoRemove duplicated setting for vconfkey when device is GO 75/197675/2
Yu [Tue, 15 Jan 2019 07:54:21 +0000 (16:54 +0900)]
Remove duplicated setting for vconfkey when device is GO

Description : Those vconfkeys are also set by wfd_util_dhcps_start()
function. It seems duplicated. Some vconfkeys are used by several methods.
(ex: get_subnet_mask_handler, get_gateway_handler).

Change-Id: I8e36ca79a07698ea251a45860329e4c4b75e7271
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
5 years agoRemove legacy p2p_supp.conf file 73/197673/1
Yu [Tue, 15 Jan 2019 07:23:33 +0000 (16:23 +0900)]
Remove legacy p2p_supp.conf file

Description: Most of P2PDevice related parameters are initialized by
__ws_init_p2pdevice and __ws_set_config_methods. And default configuration
file is provided by wpa_supplicant. We no longer need this file.
If more changes are needed, We need to think about adding parameters or
changed wpa_supplicant default configuration file.

Change-Id: I848230f6cb76eec51957ee34bab7c80d7233c108
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
5 years agoFix typo for the vconfkey 74/197574/1 accepted/tizen/unified/20190115.060001 submit/tizen/20190114.074207
Yu [Mon, 14 Jan 2019 07:39:20 +0000 (16:39 +0900)]
Fix typo for the vconfkey

Change-Id: I32af02a7e26d898bddfdef04feb5dba95b1531de
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
5 years agoMerge "Fix to handle a situation where dhcp callback has been registered for a peer... submit/tizen/20190114.060735
cheoleun moon [Mon, 14 Jan 2019 06:06:43 +0000 (06:06 +0000)]
Merge "Fix to handle a situation where dhcp callback has been registered for a peer but peer has not requested for IP. So, for next connection, callback comes for old peer rather than new peer. Thus, ignoring old callback before registering new callback" into tizen

5 years agoFix incorrect handling of STA CONNECTED event 75/196075/1
Shagun Garg [Fri, 21 Dec 2018 08:02:07 +0000 (13:32 +0530)]
Fix incorrect handling of STA CONNECTED event

Mobile is not able to create wifi-direct connection with TV after multiple trials
This is observed when previously simultaneous connection has been requested for two devices (speaker and mobile).
Issue :
1. There is a  previously created session for mobile when sta_connected is received for speaker.
2. Incorrect device is added as member in group and "connection" signal is sent for wrong device.
Solution :
1. Previously created session for mobile should be destroyed in case Session->peer->dev_addr and event->dev_addr are not matched in wfd_event_sta_connected()

Change-Id: Icf4af67d653e0bc23faffe2d32ec455de3e70c04
Signed-off-by: Shagun Garg <shagun1.garg@samsung.com>
5 years agoFix to handle a situation where dhcp callback has been registered 60/195960/1
Rahul Jain [Thu, 20 Dec 2018 05:11:05 +0000 (10:41 +0530)]
Fix to handle a situation where dhcp callback has been registered
for a peer but peer has not requested for IP.
So, for next connection, callback comes for old peer rather than new peer.
Thus, ignoring old callback before registering new callback

Change-Id: Id1f25cd899ba66c1e7436a9a8823ecee9a84d12c
Signed-off-by: Rahul Jain <rahul.jain@samsung.com>
5 years agoFix dlog format error 13/195513/1 accepted/tizen/unified/20181217.142359 submit/tizen/20181217.043011
Yu [Fri, 14 Dec 2018 05:36:19 +0000 (14:36 +0900)]
Fix dlog format error

Change-Id: If8139689b9f9ef0c6dcb55545dd26d2663b3cd3c
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
5 years agoAccept incoming negotiation request when autoconnection is ON. 10/192810/4
Nishant Chaprana [Fri, 9 Nov 2018 11:51:12 +0000 (17:21 +0530)]
Accept incoming negotiation request when autoconnection is ON.

Change-Id: Icf0dda99a9584622b6cc955174be134671af0319
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
5 years agoRemove device specific comments 09/192809/4
Nishant Chaprana [Fri, 9 Nov 2018 11:30:04 +0000 (17:00 +0530)]
Remove device specific comments

Change-Id: Ic4dcd16e2d4a9eff43115bc44160a233bd842e28
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
5 years agoEmit Failed Signal in case of connect failure 07/190507/1 accepted/tizen/unified/20181115.151609 submit/tizen/20181115.005500
Shagun Garg [Wed, 3 Oct 2018 06:35:42 +0000 (12:05 +0530)]
Emit Failed Signal in case of connect failure

This patch Emits Connect response signal with status "WIFI_DIRECT_ERROR_OPERATION_FAILED" in case wfd_manager_connect() call fails.
Therefore, application is aware of status of connection request.

Signed-off-by: Shagun Garg <shagun1.garg@samsung.com>
Change-Id: Ibe102a1ebefa97d7137f26c5399558d5df56de08

5 years agoRevert "Handle <InvitationResult> [P2P-INVITATION-RESULT status parameter]" 05/187005/1 accepted/tizen/5.0/unified/20181102.015545 accepted/tizen/unified/20180822.093838 submit/tizen/20180821.220138 submit/tizen_5.0/20181101.000003
Nishant Chaprana [Fri, 17 Aug 2018 07:19:07 +0000 (07:19 +0000)]
Revert "Handle <InvitationResult> [P2P-INVITATION-RESULT status parameter]"

This reverts commit 43b3297f88ac99d21e01514bee20dcba3ca7f749.

Change-Id: Iacd2332a17820b571f07c455757d1e6250ebf96c

5 years agoHandle <InvitationResult> [P2P-INVITATION-RESULT status parameter] 96/185996/4 accepted/tizen/unified/20180817.061745 submit/tizen/20180814.075657 submit/tizen/20180815.221347 submit/tizen/20180816.050429
Shagun Garg [Mon, 6 Aug 2018 09:11:02 +0000 (14:41 +0530)]
Handle <InvitationResult> [P2P-INVITATION-RESULT status parameter]

This Patch processes the "InvitationResult" event parameters and sets the status of result.
If ResultStatus implies any error then the session previously created for sending Invitation Request must be destroyed.

Signed-off-by: Shagun Garg <shagun1.garg@samsung.com>
Change-Id: Ib57e913a95a2235b0348e8c01712c5462d5f103a

5 years agoAdded 'GetConfig' and 'GetAvailiability' on display interface. 88/185388/1 accepted/tizen/unified/20180801.144810 submit/tizen/20180731.072936
Nishant Chaprana [Mon, 30 Jul 2018 06:26:35 +0000 (11:56 +0530)]
Added 'GetConfig' and 'GetAvailiability' on display interface.

This patch adds implementation for GetConfig and GetAvailability methods
on display interface to get own device's wifi display details.

Change-Id: Ia6ee4054fafc92ab83eeb2cf419b5c8bb059d2d6
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
6 years agoAdd support for new APIs 59/174259/9 accepted/tizen/unified/20180427.062359 submit/tizen/20180426.072841
Milind Murhekar [Thu, 29 Mar 2018 10:12:37 +0000 (15:42 +0530)]
Add support for new APIs

This patch adds below functionalities
for wfd-manager.

a) set/get go intent based on device type
b) set/unset notification for peer device info connection state
c) set/get WPS config method e) remove persistent device based on BSSID
d) remove all persistent device

Change-Id: Icbe8a9c3428988dc1b386425191209428deb75d4
Signed-off-by: Milind Murhekar <m.murhekar@samsung.com>
6 years agoMerge "Added dbus/cynara policy" into tizen accepted/tizen/unified/20180417.173142 submit/tizen/20180416.225047
taesub kim [Tue, 10 Apr 2018 04:37:22 +0000 (04:37 +0000)]
Merge "Added dbus/cynara policy" into tizen

6 years agoAdded dbus/cynara policy 67/174467/1
taesub kim [Mon, 2 Apr 2018 08:47:54 +0000 (17:47 +0900)]
Added dbus/cynara policy

Change-Id: Ic2dc249084f076ac1190a9657c831637910b2f1e
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
6 years agocopy the device name with correct buffer size 13/174413/3 accepted/tizen/unified/20180406.062051 submit/tizen/20180403.231154
Milind Murhekar [Mon, 2 Apr 2018 05:16:39 +0000 (10:46 +0530)]
copy the device name with correct buffer size

Description: This patch corrects the copying
of device/peer name using destination size, as
g_strlcpy handles the null terminations internally.

Change-Id: I89b4149bf518a02478818071d9beeccb63b324e7
Signed-off-by: Milind Murhekar <m.murhekar@samsung.com>
6 years agoCall wfd_util_get_local_dev_mac after assigning g_manager 98/172098/3 accepted/tizen/unified/20180320.141335 submit/tizen/20180318.231541 submit/tizen/20180320.043504
Jiung [Mon, 12 Mar 2018 00:35:08 +0000 (09:35 +0900)]
Call wfd_util_get_local_dev_mac after assigning g_manager

Description : Setting interface address logic is also removed
because there's case which can't be covered by this.
And it seems no longer needed because it's used for avoiding
confusion of event which is raised by wpasupplicant socket interface

Change-Id: Iacab4513bf718711a7263d1f71fd47846c04ebd4
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoAdd GetPeerVsie method 22/170122/1 accepted/tizen/unified/20180302.061522 submit/tizen/20180228.035728
Nishant Chaprana [Tue, 13 Feb 2018 11:19:05 +0000 (16:49 +0530)]
Add GetPeerVsie method

Change-Id: Ia0173c4affa1d1efdfa7ea93fce193f9a6432296
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
6 years ago[AddVsie] Do not add vsie if already present 46/168746/1 accepted/tizen/unified/20180201.080000 submit/tizen/20180131.092238
Nishant Chaprana [Tue, 30 Jan 2018 11:30:24 +0000 (17:00 +0530)]
[AddVsie] Do not add vsie if already present

Change-Id: I9b63698c4b78774fc485407ad3f024a39a61474d
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
6 years agoAdd initial sources for gtest in unittest 92/167792/7 accepted/tizen/unified/20180126.042847 submit/tizen/20180125.231503
Jiung [Mon, 22 Jan 2018 06:15:32 +0000 (15:15 +0900)]
Add initial sources for gtest in unittest

Change-Id: I4df99765f89ec116f72709629675a75f61578bad
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoReplace error code with macro for method. 96/167796/3
Jiung [Mon, 22 Jan 2018 05:41:10 +0000 (14:41 +0900)]
Replace error code with macro for method.

Change-Id: Ied6b642b3bd20a3ccd97c2896fddbcee36f61fd5
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoModify group remove logic 95/167795/2
Jiung [Mon, 22 Jan 2018 05:23:49 +0000 (14:23 +0900)]
Modify group remove logic

Description: wfd_util_is_remove_group_allowed is needed in
group destroyed event and remove duplicated logic.

Change-Id: I0264d61605c13785c4fcdea74fad074fa9603e8d
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove handling STA-DISCONNECTED event when WFD state is DISCONNECTING 94/167794/2
Jiung [Mon, 22 Jan 2018 05:15:03 +0000 (14:15 +0900)]
Remove handling STA-DISCONNECTED event when WFD state is DISCONNECTING

Description: STA-DISCONNECTED event won't be occured when
WFD state is DISCONNECTING.

Change-Id: I0b121b6e06400d8c065f0fd98d7b4ce1aabe0e86
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoFix resource leak for GVariantBuilder 66/167966/1 accepted/tizen/unified/20180124.154230 submit/tizen/20180124.042607
hyunuktak [Tue, 23 Jan 2018 05:56:35 +0000 (14:56 +0900)]
Fix resource leak for GVariantBuilder

Change-Id: I75bb094f735e5a2b2364097d49529015ccbac2d6
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
6 years agoFix build error for 64bit arch 25/165325/1 accepted/tizen/unified/20171229.070204 submit/tizen/20171228.074717
Jiung [Thu, 28 Dec 2017 07:23:32 +0000 (16:23 +0900)]
Fix build error for 64bit arch

Change-Id: Idfe007030d73e36b501adefb11549fc28d770570
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoMove load wpa_supplicant plugin function to utils 49/164949/1 submit/tizen/20171228.053515
Jiung [Fri, 22 Dec 2017 03:01:41 +0000 (12:01 +0900)]
Move load wpa_supplicant plugin function to utils

Change-Id: Ib9465da56df3961d4c9f4684312c8fb73d5f50b3
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoExpose method handler function 77/164877/1
Jiung [Thu, 21 Dec 2017 07:07:23 +0000 (16:07 +0900)]
Expose method handler function

Change-Id: Iaca48d7bc6aefde18d769f679661fa2f4d27c85f
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoMake new source file for main function 76/164876/1
Jiung [Thu, 21 Dec 2017 07:01:41 +0000 (16:01 +0900)]
Make new source file for main function

Change-Id: I92675e24b2bd55f6fa21e3f213049006b0baffe1
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoModify the cmake files 75/164875/1
Jiung [Thu, 21 Dec 2017 06:46:05 +0000 (15:46 +0900)]
Modify the cmake files

Change-Id: I60792b9c5ed325a8bae72f00eabd52ab6b7f70d8
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoAdd cplusplus definition to header 74/164874/1
Jiung [Thu, 21 Dec 2017 06:38:09 +0000 (15:38 +0900)]
Add cplusplus definition to header

Change-Id: I12ea115b16538ff160495ca0e42d7c05d893aeb5
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoFix interface name and group interface value in config files 68/162268/1 accepted/tizen/unified/20171204.072219 submit/tizen/20171130.074734
Jiung [Thu, 30 Nov 2017 05:11:14 +0000 (14:11 +0900)]
Fix interface name and group interface value in config files

Change-Id: I59aca9d8f6c963edf3b460b24c933f5a73bf7ec9
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoUse p2p interface name from configuration file 46/161246/2 accepted/tizen/unified/20171123.065835 submit/tizen/20171122.230844
Jiung [Wed, 22 Nov 2017 08:51:03 +0000 (17:51 +0900)]
Use p2p interface name from configuration file

Change-Id: I3b611f46621eb3c2a6df7b76a9bc61cabf612f37
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove recommands for profile_common 41/161041/1 submit/tizen/20171121.072710 submit/tizen/20171122.064209
Jiung [Tue, 21 Nov 2017 07:07:46 +0000 (16:07 +0900)]
Remove recommands for profile_common

Change-Id: I4602ce9d7170339cff5c01d4958f2d97c03dd82b
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove compat from each RPMs for profile 65/160965/1 submit/tizen/20171121.021700
Jiung [Tue, 21 Nov 2017 02:12:48 +0000 (11:12 +0900)]
Remove compat from each RPMs for profile

Change-Id: I2f0607f263ab9a7ee4861c8d42663c93243b6e62
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years ago[FIX] fix issue of overwrite sub package's files. 05/160905/1 submit/tizen/20171121.012610
Jiung [Mon, 20 Nov 2017 11:38:21 +0000 (20:38 +0900)]
[FIX] fix issue of overwrite sub package's files.

Description: If packages are connected with compat style and main/super
package that contains same items with sub package, will overwrite it.
Change the installation sequence to main/super package first and sub package later.

Change-Id: I6ff4c7aeab3dc21e11aad5242b247c19bfb099c9
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoAdd p2p interface name to configuration file 04/160904/1
Jiung [Mon, 20 Nov 2017 11:36:14 +0000 (20:36 +0900)]
Add p2p interface name to configuration file

Change-Id: I1af29e6875f0a25acc5e9cf7ce2a4f764f3fedb9
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoModify a spec file to build correct RPMs for each profile 60/159260/1 accepted/tizen/unified/20171115.061151 submit/tizen/20171113.231943
Jiung [Wed, 8 Nov 2017 01:10:35 +0000 (10:10 +0900)]
Modify a spec file to build correct RPMs for each profile

Change-Id: Ic522299483a1409e5b9c223ad543a18beff557a7
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoFix spelling in service file 51/155051/2 accepted/tizen/unified/20171018.062537 submit/tizen/20171016.080431 submit/tizen/20171017.050741 submit/tizen/20171017.075711
Jiung [Thu, 12 Oct 2017 04:13:23 +0000 (13:13 +0900)]
Fix spelling in service file

Change-Id: I59912ff043d85883a8e3229bd19807742936e155
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoFix bugs detected by static analyzer 47/154447/1 accepted/tizen/unified/20171013.190311 submit/tizen/20171012.045027
Jiung [Tue, 10 Oct 2017 08:25:23 +0000 (17:25 +0900)]
Fix bugs detected by static analyzer

Change-Id: I18071710dbbeff61ca2f1ab38c25b5faeaebaf6b
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoFix memory leak 94/153194/1 accepted/tizen/unified/20171011.065847 submit/tizen/20171010.084928
Jiung [Thu, 28 Sep 2017 05:28:12 +0000 (14:28 +0900)]
Fix memory leak

Change-Id: I0189a86f870ccad14a61569ae11608fe18380545
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoFix bugs which were detected by static analyzer 68/152968/1 accepted/tizen/unified/20170929.081850 submit/tizen/20170928.232941
Jiung [Wed, 27 Sep 2017 11:34:32 +0000 (20:34 +0900)]
Fix bugs which were detected by static analyzer

Change-Id: Ib5d2a42aa7415c16289e27c0d298bcc7884cfb7a
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoFix a bug which is checking a wrong peer address 04/151604/2 accepted/tizen/unified/20170927.063108 submit/tizen/20170922.065607 submit/tizen/20170926.020531
Jiung [Thu, 21 Sep 2017 08:44:03 +0000 (17:44 +0900)]
Fix a bug which is checking a wrong peer address

Change-Id: Ie57d517e2d318b6c9fdb5a59cb88036050cb2c14
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoCheck iter variable before iterating 47/148847/2 accepted/tizen/unified/20170913.071032 submit/tizen/20170911.125730
Jiung [Mon, 11 Sep 2017 04:55:10 +0000 (13:55 +0900)]
Check iter variable before iterating

Change-Id: I067e0ff3810024aeacb9b59546544e7db83b8533

6 years agoMerge "Change owner of service file" into tizen
taesub kim [Wed, 6 Sep 2017 09:33:10 +0000 (09:33 +0000)]
Merge "Change owner of service file" into tizen

6 years agoMerge "Remove unused RPMs" into tizen
taesub kim [Wed, 6 Sep 2017 09:32:57 +0000 (09:32 +0000)]
Merge "Remove unused RPMs" into tizen

6 years agoRemove old update script 05/148005/1 accepted/tizen/unified/20170907.060353 submit/tizen/20170906.091754
Sunmin Lee [Wed, 6 Sep 2017 07:37:44 +0000 (16:37 +0900)]
Remove old update script

RW update script for Tizen 2.4 (to 3.0) is not necessary in Tizen 4.0.
Remove this file to avoid being executed during Tizen 4.0 update.

Change-Id: I2a387e05ed2ff9a8802b7a9b093a6245a5c5da73

6 years agoChange owner of service file 80/147580/4
Jiung [Tue, 5 Sep 2017 04:09:33 +0000 (13:09 +0900)]
Change owner of service file

Change-Id: I751ca23d2d5cadaf25c25cdc2fa019e7a96282bd
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove unused RPMs 31/146931/1
Jiung [Thu, 31 Aug 2017 06:45:07 +0000 (15:45 +0900)]
Remove unused RPMs

Change-Id: I8e1ddbce1824d8d1fe6349369a7195834f794fa3
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove forced frequency for Wi-Fi P2P group 34/145834/1 accepted/tizen/4.0/unified/20170901.202605 accepted/tizen/unified/20170824.172506 submit/tizen/20170824.061120 submit/tizen_4.0/20170831.131058
Jiung [Thu, 24 Aug 2017 05:00:12 +0000 (14:00 +0900)]
Remove forced frequency for Wi-Fi P2P group

Description: When device doesn't support multi channel concurrent
and connected to Ap, user shouldn't add frequency information for
GruopAdd method. Because wpasupplicant won't selected shared frequency
but it chooses the random chennel if frequecny is given as 2.

P2P: Request to start GO on 2.4 GHz band
P2P: Use random 2.4 GHz band channel: 2412 MHz
p2p0: Determining shared radio frequencies (max len 1)
p2p0: Shared frequencies (len=1): completed iteration
p2p0: freq[0]: 2472, flags=0x1
p2p0: Shared frequencies (len=1): valid for P2P
p2p0: freq[0]: 2472, flags=0x1
p2p0: P2P: Common group frequencies (len=0):
p2p0: Determining shared radio frequencies (max len 1)
p2p0: Shared frequencies (len=1): completed iteration
p2p0: freq[0]: 2472, flags=0x1
p2p0: P2P: num_unused_channels: 0
P2P: Cannot force GO on freq (2412 MHz) as all the channels are in use

Change-Id: I1fd3c2f21c2265ae5e86dfd42220511bfaf78ba6
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove unsued lines of spec file and move wfd-manage executable 66/145666/1 submit/tizen/20170823.080619
Jiung [Wed, 23 Aug 2017 07:57:53 +0000 (16:57 +0900)]
Remove unsued lines of spec file and move wfd-manage executable

Change-Id: Id00aaed6c842f8ad92de4288e0bdb7a0b7ef795b
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoConfigure wfd-manager using config file 19/143919/6 submit/tizen/20170823.015938
Milind Ramesh Murhekar [Mon, 14 Aug 2017 03:13:23 +0000 (08:43 +0530)]
Configure wfd-manager using config file

Description: This patch adds the support to configure
wfd-manager using config files for common configurable parameters
for different platforms (TV, Mobile, TM1, Wearable).

config file path: /etc/wifi-direct/wifi-direct-manager.conf

Configurable parameters
1. Interface
2. Group interface
3. Device name
4. Primary/Secondary device type
5. Go intent
6. Persistent reconnect
7. listen reg class
8. Listen channel
9. Operating reg class
10. Operating channel
11. Config method
12. No group iface flag

Remove MACRO dependency to configure

Change-Id: Ic520f38a0c88ea251dbe0e0df23218d57e0a7a59
Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
6 years agoAdd cap_kill for wfd-manager to kill dhcp related process 56/141356/1 accepted/tizen/4.0/unified/20170816.011734 accepted/tizen/4.0/unified/20170816.014859 accepted/tizen/4.0/unified/20170828.223455 accepted/tizen/unified/20170801.054927 submit/tizen/20170731.064647 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100003 submit/tizen_4.0_unified/20170814.115522
Jiung [Mon, 31 Jul 2017 06:25:00 +0000 (15:25 +0900)]
Add cap_kill for wfd-manager to kill dhcp related process

Change-Id: I3811a2e10dcd6ce55deccc78e561240889149556
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoDestroy session first, and destroy group later 47/139547/3
Jiung Yu [Wed, 19 Jul 2017 09:05:59 +0000 (18:05 +0900)]
Destroy session first, and destroy group later

Description: In wfd_destroy_group, memory of peers which are member of
group is freed. In wfd_destroy_session, the peer is need to check
whether a session is completed or not. So, if we use wfd_destroy_group
first, wfd_destroy_session couldn't be used.

Change-Id: Ied2e68a18c829b5ea36e86191888116ac86f5da0
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove the TIZEN_FEATURE_IP_OVER_EAPOL build flag 20/139220/4
Jiung Yu [Tue, 18 Jul 2017 04:01:49 +0000 (13:01 +0900)]
Remove the TIZEN_FEATURE_IP_OVER_EAPOL build flag

Change-Id: I193769b63d8fb75ed18c315f1c7cf13612087872
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove the TIZEN_FEATURE_WIFI_DIRECT_ON_DEMAND build flag 19/139219/4
Jiung Yu [Tue, 18 Jul 2017 03:56:46 +0000 (12:56 +0900)]
Remove the TIZEN_FEATURE_WIFI_DIRECT_ON_DEMAND build flag

Change-Id: I8a2d1ae264914f43303d718b1e3231c7b1f9b60c
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove CONNECTION_AGENT build flag and add it to config file 18/139218/4
Jiung Yu [Tue, 18 Jul 2017 03:50:07 +0000 (12:50 +0900)]
Remove CONNECTION_AGENT build flag and add it to config file

Change-Id: I2e739b86ab431ddc77fff3e642767ece4dd6d3e1
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoAdd configuration file for Tizen Wi-Fi Direct features 17/139217/4
Jiung Yu [Tue, 18 Jul 2017 02:28:28 +0000 (11:28 +0900)]
Add configuration file for Tizen Wi-Fi Direct features

Description: We replace build config flags with the configuration file.
These features are not included in model config. So we can't get
availability of the feature at run time. I expect that managing
configuraions with a file can make porting process easy.

Change-Id: Ie2073decd0f4ec4b924c458704ea90479723d119
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove the TIZEN_FEATURE_ASP build flag 43/138643/4
Jiung Yu [Thu, 13 Jul 2017 05:53:12 +0000 (14:53 +0900)]
Remove the TIZEN_FEATURE_ASP build flag

Change-Id: I7b39f983f3e29db3196c58926e87a8e214fcc13a
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove TIZEN_FEATURE_SERVICE_DISCOVERY build flag 95/138395/2
Jiung Yu [Wed, 12 Jul 2017 05:28:37 +0000 (14:28 +0900)]
Remove TIZEN_FEATURE_SERVICE_DISCOVERY build flag

Description: Remove this flag and manage it at run time.
But we leave service discovery event handling code on
wpasupplicant plugin working. When wfd-manager gets that
event from supplicant, wfd-manager'll parse it but it doesn't
raise a event to applications using Wi-Fi Direct CAPI.

Change-Id: I39100918e473982fdb321128102b3cc66dbc4b8c
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove build flag TIZEN_FEATURE_WIFI_DISPLAY 03/138103/5
Jiung Yu [Tue, 11 Jul 2017 05:37:01 +0000 (14:37 +0900)]
Remove build flag TIZEN_FEATURE_WIFI_DISPLAY

Description: We have added new features with build flags. But it makes
spec file complicated. So we'll manage this feature at run time not
compile time.

Change-Id: I305a6a3f083ca16e79f25eb8f41db97580ff826a
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoRemove TIZEN_WIFI_MODULE_BUNDLE & TIZEN_WLAN_CONCURRENT_ENABLE 45/137845/2
Jiung Yu [Mon, 10 Jul 2017 05:38:43 +0000 (14:38 +0900)]
Remove TIZEN_WIFI_MODULE_BUNDLE & TIZEN_WLAN_CONCURRENT_ENABLE

Description: There's been support for the Wi-Fi module which
doesn't have the Wi-Fi & Wi-Fi P2P concurrent mode. But nowadays,
most of devices support the concurrent mode. So we remove this
compile flags and support Wi-Fi Direct only the device supports
Wi-Fi & Wi-Fi P2P concurrent mode.

Change-Id: Iacd6149aed87361f5d89f5e1e8fbb2a39cb133a1
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoAdd the Tizen feature information management 91/137691/2
Jiung Yu [Fri, 7 Jul 2017 05:54:17 +0000 (14:54 +0900)]
Add the Tizen feature information management

Description: We have made each features as build MACRO.
But that method raises maintaining issues because the Tizen
supports multiple profiles and targets that have different
feature configuration. Currently, we should rebuild wfd-manager
to support them. It seems not efficient.
So we'll make the wfd-manager manage some Tizen features at run time.

Change-Id: Ic1bf12a939d132065720c18d4b6d68c47a7cd304
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoStop supporting wpasupplicant socket plugin 81/137481/3
Jiung Yu [Thu, 6 Jul 2017 06:00:06 +0000 (15:00 +0900)]
Stop supporting wpasupplicant socket plugin

Description : We have supported the DBus interface for IPC between
the WPAsupplicant and the wfd-manager daemon since Tizen 2.3.
At that time, some features are not supported comparing with
a socket interface. But most of them are now provided by a DBus interface.
So, we will no longer support a socket interface to reduce the maintaining resource

Change-Id: Icb4b82f4a8d2f0151d36bd542a2709bf9d29454e
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years agoMigrate root daemon to non root 00/135700/5
Jiung Yu [Mon, 26 Jun 2017 03:59:08 +0000 (12:59 +0900)]
Migrate root daemon to non root

Change-Id: Iada8f0e50a106138d8e5fee6926962a825d82425
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
6 years ago[Fix] Register "StaAuthorized" and "StaDeauthorized" on "fi.w1.wpa_supplicant1.Interface" 80/128080/2 accepted/tizen/unified/20170608.184737 submit/tizen/20170608.074045
Nishant Chaprana [Fri, 5 May 2017 05:06:06 +0000 (10:36 +0530)]
[Fix] Register "StaAuthorized" and "StaDeauthorized" on "fi.w1.wpa_supplicant1.Interface"

Change-Id: I50769c426eb0131db3214200e757c577f14f23c1
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
6 years ago[Wi-Fi Direct tethering] Adding ssid in CreateGroup method call. 25/130525/3
Nishant Chaprana [Mon, 22 May 2017 15:26:35 +0000 (20:56 +0530)]
[Wi-Fi Direct tethering] Adding ssid in CreateGroup method call.

Description: This patch will add ssid parameter in CreateGroup so that mobileap-agent
can configure Group's name on CreateGroup method call.

Change-Id: I693f0fcd5e1f9b299be41ad970ec7335f9a3011a
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
6 years agoAppend DNS option in dhcpd.conf for Wi-Fi Direct tethering 56/132456/1
Milind Ramesh Murhekar [Mon, 5 Jun 2017 08:55:31 +0000 (14:25 +0530)]
Append DNS option in dhcpd.conf for Wi-Fi Direct tethering

Description: This Patch appends the default DNS address
for the Wi-Fi Direct Tethering in dhcpd.conf file.

Change-Id: I67ea8049d609d8a2a0dd541ef2683395942834ab

6 years agoSupport Wi-Fi Direct Tethering feature for Tizen 4.0 27/129427/3
Milind Ramesh Murhekar [Tue, 16 May 2017 10:17:48 +0000 (15:47 +0530)]
Support Wi-Fi Direct Tethering feature for Tizen 4.0

Decription: This patch blocks or do not allow
Wi-Fi Direct Application to control wfd-manager
if Wi-Fi Direct Tethering is in progress.

Change-Id: I8854f4a3df5321f5da6f099592edf638a28a5ee4
Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
6 years agoMerge "[FIX] fix issue of overwrite sub package's files. - This is for Tizen 4.0... accepted/tizen/unified/20170510.183714 submit/tizen/20170510.102153 tizen_4.0.m1_release
taesub kim [Tue, 9 May 2017 06:50:08 +0000 (06:50 +0000)]
Merge "[FIX] fix issue of overwrite sub package's files.  - This is for Tizen 4.0.  - If packages are connected with compat style and main/super package that contains same items with sub package, will overwrite it.  - Change the installation sequence to main/super package first and sub package later." into tizen

7 years agoAdded AddVsie, GetVsie, RemoveVsie and GetConnectingPeer methods 86/127186/3 accepted/tizen/unified/20170428.032831 submit/tizen/20170427.090631
Nishant Chaprana [Wed, 26 Apr 2017 10:16:32 +0000 (15:46 +0530)]
Added AddVsie, GetVsie, RemoveVsie and GetConnectingPeer methods

Description: This patch adds implementation of below methods:-
1. AddVsie: This method adds specific vsie for specific p2p frame.
interface name -> net.wifidirect.config

2. GetVsie: This method gets vsie for specific p2p frame.
interface name -> net.wifidirect.config

3. RemoveVsie: This method removes specific vsie from specific p2p frame.
interface name -> net.wifidirect.config

4. GetConnectingPeer: This method fetches connecting peer's information.
interface name -> net.wifidirect

5. Added handling for "Frequency" parameter in StartDiscovery method call.

Change-Id: I5b2a643a854c20e7e6381ea7fc5d40c4c8f9733d
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
7 years ago[FIX] fix issue of overwrite sub package's files. 88/125188/5
hk57.kim [Mon, 24 Apr 2017 04:12:58 +0000 (13:12 +0900)]
[FIX] fix issue of overwrite sub package's files.
 - This is for Tizen 4.0.
 - If packages are connected with compat style and main/super package that contains same items with sub package, will overwrite it.
 - Change the installation sequence to main/super package first and sub package later.

Change-Id: I5ef49185493137e0a874b2c265c0dc8630d02cc9
Signed-off-by: hk57.kim <hk57.kim@samsung.com>
7 years agoMerge "Added handling when persistent group is reinvoked" into tizen accepted/tizen/unified/20170425.044939 submit/tizen/20170424.094825
cheoleun moon [Mon, 24 Apr 2017 09:48:00 +0000 (09:48 +0000)]
Merge "Added handling when persistent group is reinvoked" into tizen

7 years agoBug Fix and Code Cleanup 06/125806/2
Milind Ramesh Murhekar [Wed, 19 Apr 2017 03:46:31 +0000 (09:16 +0530)]
Bug Fix and Code Cleanup

Description: This change includes the
VD tizen 3.0 product changes which merged as a bug fixses
and code clean up

Change-Id: I04dffe55037477fee0c649269504aab64fffa555
Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
7 years agoAdded handling when persistent group is reinvoked 31/124531/1
Nishant Chaprana [Tue, 11 Apr 2017 12:43:01 +0000 (18:13 +0530)]
Added handling when persistent group is reinvoked

Change-Id: Ie616dc279dd5c563fe70b07c09f3dc4208195f53
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
7 years agoFix post command for installing wifi-direct-plugin-wpasupplicant 87/123987/1 accepted/tizen/unified/20170410.155811 submit/tizen/20170410.045716
Yu Jiung [Mon, 10 Apr 2017 02:08:40 +0000 (11:08 +0900)]
Fix post command for installing wifi-direct-plugin-wpasupplicant

Description : There's some problem when creating the image by installing
serise for RPMs. Sometimes link added by post command is breaking and
wifi-direct can't work propery. The reason for this is not known.

Change-Id: Ibb794451438a8ef5b61c40cd91524d9e2341995f
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years agoFix Svace issues WGID 183392 183809 183815 47/122947/1 accepted/tizen/unified/20170406.054150 submit/tizen/20170404.234357
Yu Jiung [Tue, 4 Apr 2017 04:55:31 +0000 (13:55 +0900)]
Fix Svace issues WGID 183392 183809 183815

Change-Id: Ib31207e343066a780a1b7fac8dc335b16a81bd4a
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years ago[4.0] Fix : make build extension-TM1 only for arm 75/113775/2 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170209.122338 accepted/tizen/ivi/20170210.004526 accepted/tizen/mobile/20170210.004352 accepted/tizen/tv/20170210.004430 accepted/tizen/unified/20170309.032825 accepted/tizen/wearable/20170210.004503 submit/tizen/20170209.064241 submit/tizen_unified/20170308.100406
hk57.kim [Thu, 9 Feb 2017 01:25:34 +0000 (10:25 +0900)]
[4.0] Fix : make build extension-TM1 only for arm

- This is for Tizen 4.0
- Provide extension-TM1 only for arm.

Change-Id: Iec71b5e0d9c9269314a47cdec82b773203b61c93
Signed-off-by: hk57.kim <hk57.kim@samsung.com>
7 years ago[4.0] Remove target_name Dependency 66/108166/7 accepted/tizen/common/20170208.155033 accepted/tizen/ivi/20170208.103905 accepted/tizen/mobile/20170208.103819 accepted/tizen/tv/20170208.103837 accepted/tizen/wearable/20170208.103849 submit/tizen/20170208.053959
hk57.kim [Fri, 3 Feb 2017 04:52:11 +0000 (13:52 +0900)]
[4.0] Remove target_name Dependency

 - This is for Tizen 4.0.
 - There are issue of having choice of .so files.
 - Remove target_name Dependency
 - We are going to unify repositories as well as build projects.
 - When you SR this, you need to create JIRA-TRE issue of:
   : add wifi-direct-manager-extension-TM1, wifi-direct-plugin-wpasupplicant-extension-TM1 for TM1 (mobile)

(It's add)
Change-Id: I0a767668b9a9a0bd200ee5eac3c573a4a955ca30
Signed-off-by: hk57.kim <hk57.kim@samsung.com>
7 years agoMerge "Change the wpa_supplicant configuration file path" into tizen accepted/tizen/common/20170201.171550 accepted/tizen/ivi/20170201.090026 accepted/tizen/mobile/20170201.085935 accepted/tizen/tv/20170201.085952 accepted/tizen/wearable/20170201.090012 submit/tizen/20170201.015422
cheoleun moon [Wed, 1 Feb 2017 02:14:43 +0000 (18:14 -0800)]
Merge "Change the wpa_supplicant configuration file path" into tizen

7 years agoChange the wpa_supplicant configuration file path 27/111327/2
Yu Jiung [Thu, 5 Jan 2017 09:44:12 +0000 (18:44 +0900)]
Change the wpa_supplicant configuration file path

Change-Id: I7d848e1e6a6bc2fff07409199f8ef7571bfe6976
(cherry picked from commit eb31656838b0d9aa2748fe0ef0f10b2e6cce1d5b)

7 years ago[4.0] Remove profile build dependencies 18/102118/3
hk57.kim [Tue, 27 Dec 2016 23:52:33 +0000 (08:52 +0900)]
[4.0] Remove profile build dependencies

- This is for Tizen 4.0.
- Added backward-compatibility that does not deteriorate 4.0 Configurability
- When you send SR of this comimt you need to create JIRA-TRE of:

 - common/ivi profile: Add wifi-direct-manager-profile_common, wifi-direct-plugin-wpasupplicant-profile_common
 - wearable profile: Add wifi-direct-manager-profile_wearable, wifi-direct-plugin-wpasupplicant-profile_wearable
 - mobile profile: Add wifi-direct-manager-profile_mobile, wifi-direct-plugin-wpasupplicant-profile_mobile
 - tv profile: Add wifi-direct-manager-profile_tv, wifi-direct-plugin-wpasupplicant-profile_tv

(It's add, not replace.)

Change-Id: Ie3ae4429ea4b94c6358edbd9d81d3844a30c85a0
Signed-off-by: hk57.kim <hk57.kim@samsung.com>
7 years agoMerge "Connection should be made with go_dev_addr received in InvitationReceived...
cheoleun moon [Tue, 20 Dec 2016 04:24:48 +0000 (20:24 -0800)]
Merge "Connection should be made with go_dev_addr received in InvitationReceived event." into tizen

7 years agoRemove Unexpected profile 09/105509/2
Yu Jiung [Mon, 19 Dec 2016 01:00:05 +0000 (10:00 +0900)]
Remove Unexpected profile

Description : This'll be applied only on tizen_3.0 branch.

Change-Id: I4efa95c95d09a1c272b13fd3c3b7aabcaececaf6
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years agoFix Provision Discovery Request event logic 89/105089/2 accepted/tizen/common/20161216.124346 submit/tizen/20161216.015417
Yu Jiung [Thu, 15 Dec 2016 10:25:42 +0000 (19:25 +0900)]
Fix Provision Discovery Request event logic

Description : If the device is GO which sent the Invitation Request
to the peer and that peer sends the provision discovery request,
that request can't be accepted because the condition on event handler.
Replace it with checking the peer is already on the members of the
Wi-Fi Direct group.

Change-Id: I1e7636a6ab4abf51ef30ccd12215a6f115884132
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years agoConnection should be made with go_dev_addr received in InvitationReceived event. 31/103531/2
Nishant Chaprana [Thu, 8 Dec 2016 14:10:17 +0000 (19:40 +0530)]
Connection should be made with go_dev_addr received in InvitationReceived event.

Description: This patch sends connection request of go_dev_addr to
applicaiton, because peer(GC) device, requested our device to
connect to go_dev_addr.

Change-Id: If8853e4cf772ffc9b0878e10535ac12235bf8e94
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
7 years agoFix Svace issues WGID 143860, 143861, 143862, 143863 02/103102/1 accepted/tizen/common/20161207.184730 accepted/tizen/ivi/20161208.012622 accepted/tizen/mobile/20161208.012529 accepted/tizen/tv/20161208.012543 accepted/tizen/wearable/20161208.012604 submit/tizen/20161207.114725
Yu Jiung [Wed, 7 Dec 2016 08:12:25 +0000 (17:12 +0900)]
Fix Svace issues WGID 143860, 143861, 143862, 143863

Change-Id: I31377bffb5fa3d58477471cf7fcae6a120539e03
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years agoTizen 3.0 Upgrade Script renumbering 96/102296/1 accepted/tizen/common/20161205.140137 accepted/tizen/ivi/20161205.234419 accepted/tizen/mobile/20161205.234316 accepted/tizen/tv/20161205.234326 accepted/tizen/wearable/20161205.234350 submit/tizen/20161205.112011
Yu Jiung [Mon, 5 Dec 2016 09:54:16 +0000 (18:54 +0900)]
Tizen 3.0 Upgrade Script renumbering

Change-Id: Ib3ec9902d4dd646924515725956fd2b6cc8180dd
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years agoFix Svace issue WGID 143851 68/101768/1
Yu Jiung [Fri, 2 Dec 2016 06:27:02 +0000 (15:27 +0900)]
Fix Svace issue WGID 143851

Change-Id: Ib0db22fa0d70702f9437b1e16c84cc09bd71352c
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years agoAdd service file for 64bit build 37/99537/1 accepted/tizen/common/20161125.095618 accepted/tizen/ivi/20161128.000829 accepted/tizen/mobile/20161128.000635 accepted/tizen/tv/20161128.000749 accepted/tizen/wearable/20161128.000813 submit/tizen/20161125.052705
Yu Jiung [Wed, 23 Nov 2016 08:15:13 +0000 (17:15 +0900)]
Add service file for 64bit build

Change-Id: I2fa7548557b7d1c5450e6e8d816eee5e2e4e15fe
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years agoRemoved redundant NULL check for service in ws_start_service_discovery() 82/93982/1 accepted/tizen/common/20161102.121906 accepted/tizen/ivi/20161102.073213 accepted/tizen/mobile/20161102.073124 accepted/tizen/tv/20161102.073139 accepted/tizen/wearable/20161102.073153 submit/tizen/20161102.022647
Nishant Chaprana [Wed, 26 Oct 2016 11:39:18 +0000 (17:09 +0530)]
Removed redundant NULL check for service in ws_start_service_discovery()

Change-Id: I346f0f79e06130eec25723cf9b415cde784cce8e
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
7 years agoFix logic when device gets GO-NEG after requesting connection 40/92440/2 accepted/tizen/3.0/ivi/20161028.133915 accepted/tizen/3.0/mobile/20161028.133015 accepted/tizen/3.0/tv/20161028.133337 accepted/tizen/3.0/wearable/20161028.133637 accepted/tizen/common/20161019.145707 accepted/tizen/ivi/20161021.062428 accepted/tizen/mobile/20161021.062317 accepted/tizen/tv/20161021.062340 accepted/tizen/wearable/20161021.062409 submit/tizen/20161019.063605 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082423 submit/tizen_3.0_common/20161104.104000
Yu Jiung [Mon, 17 Oct 2016 04:41:59 +0000 (13:41 +0900)]
Fix logic when device gets GO-NEG after requesting connection

When device requests WPS PIN Display connection, it shouldn't
send GO-NEG-REQ after it gets the GO-NEG-REQ because at that time
device haven't get the PIN number from user. So with previous logic,
there'll be connection failure.

Change-Id: I3ca63e170b6a1508aa3ef10ec57d1d0b78059a6a
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years agoFix DBus configuration file 12/91612/1 accepted/tizen/common/20161012.154231 accepted/tizen/ivi/20161012.113715 accepted/tizen/mobile/20161012.113620 accepted/tizen/tv/20161012.113647 accepted/tizen/wearable/20161012.113706 submit/tizen/20161012.014104
Yu Jiung [Mon, 10 Oct 2016 10:38:45 +0000 (19:38 +0900)]
Fix DBus configuration file

Change-Id: Iccab3bd16a7cbebe0f6ba5bd0f13521641d093f2
Signed-off-by: Yu jiung <jiung.yu@samsung.com>