platform/core/api/wifi-aware.git
4 years agoRemove disable_cb()
Seonah Moon [Wed, 19 Feb 2020 12:07:35 +0000 (21:07 +0900)]
Remove disable_cb()

change disable function to sync

4 years agofix conflicts
Seonah Moon [Tue, 18 Feb 2020 07:51:29 +0000 (16:51 +0900)]
fix conflicts

4 years agobug fix: disable
Seonah Moon [Tue, 18 Feb 2020 07:49:48 +0000 (16:49 +0900)]
bug fix: disable

4 years agoMerge pull request #18 from chleun-moon/match_filter
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Mon, 17 Feb 2020 11:25:33 +0000 (20:25 +0900)]
Merge pull request #18 from chleun-moon/match_filter

Handle service_spcific_info and match_filter as byte array for dbus parameter

4 years agoThe length of byte array should precede the byte array
Cheoleun Moon [Mon, 17 Feb 2020 11:25:08 +0000 (20:25 +0900)]
The length of byte array should precede the byte array

4 years agoMerge pull request #17 from chleun-moon/peer
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Mon, 17 Feb 2020 11:12:52 +0000 (20:12 +0900)]
Merge pull request #17 from chleun-moon/peer

Handle new peer

4 years agoHandle service_spcific_info and match_filter as byte array for dbus parameter
Cheoleun Moon [Mon, 17 Feb 2020 11:12:30 +0000 (20:12 +0900)]
Handle service_spcific_info and match_filter as byte array for dbus parameter

4 years agoHandle new peer
Cheoleun Moon [Mon, 17 Feb 2020 10:34:15 +0000 (19:34 +0900)]
Handle new peer

4 years agodisable: send client ID as dbus parameter
Seonah Moon [Fri, 14 Feb 2020 11:20:36 +0000 (20:20 +0900)]
disable: send client ID as dbus parameter

4 years agoAdd test code for wifi_aware_disable()
Seonah Moon [Fri, 14 Feb 2020 08:16:52 +0000 (17:16 +0900)]
Add test code for wifi_aware_disable()

4 years agoImplement disable function
Seonah Moon [Fri, 14 Feb 2020 07:56:12 +0000 (16:56 +0900)]
Implement disable function

4 years agoMerge pull request #15 from chleun-moon/wifi_aware_h
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Fri, 14 Feb 2020 00:06:09 +0000 (09:06 +0900)]
Merge pull request #15 from chleun-moon/wifi_aware_h

Fix wifi-aware-test

4 years agoRemove log codes
Cheoleun Moon [Thu, 13 Feb 2020 09:12:33 +0000 (18:12 +0900)]
Remove log codes

4 years agoFix wifi-aware-test
Cheoleun Moon [Thu, 13 Feb 2020 09:09:31 +0000 (18:09 +0900)]
Fix wifi-aware-test

4 years agoMerge pull request #14 from chleun-moon/wifi_aware_h
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 [Thu, 13 Feb 2020 07:38:32 +0000 (16:38 +0900)]
Merge pull request #14 from chleun-moon/wifi_aware_h

Not use wifi_aware_h as a parameter in publish/subscribe related APIs

4 years agoRemove unnecessary variables
Cheoleun Moon [Thu, 13 Feb 2020 07:03:46 +0000 (16:03 +0900)]
Remove unnecessary variables

4 years agoDo not use wifi_aware_h in publish/subscribe functions
Cheoleun Moon [Wed, 12 Feb 2020 23:59:22 +0000 (08:59 +0900)]
Do not use wifi_aware_h in publish/subscribe functions

4 years agoMerge pull request #10 from chleun-moon/error
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 [Tue, 11 Feb 2020 07:12:50 +0000 (16:12 +0900)]
Merge pull request #10 from chleun-moon/error

Convert error from nan-manager

4 years agoConvert error from nan-manager
Cheoleun Moon [Tue, 11 Feb 2020 07:09:41 +0000 (16:09 +0900)]
Convert error from nan-manager

4 years agoMerge pull request #9 from chleun-moon/update_subscribe
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Mon, 10 Feb 2020 01:30:16 +0000 (10:30 +0900)]
Merge pull request #9 from chleun-moon/update_subscribe

Fix Update Subscribe functions #2

4 years agoImplement UpdateSubscribe command
Cheoleun Moon [Mon, 10 Feb 2020 01:23:04 +0000 (10:23 +0900)]
Implement UpdateSubscribe command

4 years agoMerge pull request #8 from chleun-moon/update_subscribe
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Fri, 7 Feb 2020 06:49:02 +0000 (15:49 +0900)]
Merge pull request #8 from chleun-moon/update_subscribe

Fix Subscribe functions

4 years agoAdd wifi_aware_update_subscribe
Cheoleun Moon [Fri, 7 Feb 2020 06:42:38 +0000 (15:42 +0900)]
Add wifi_aware_update_subscribe

4 years agoReplace wifi_aware_subscribe_config_h with wifi_aware_subscribe_h
Cheoleun Moon [Fri, 7 Feb 2020 06:28:45 +0000 (15:28 +0900)]
Replace wifi_aware_subscribe_config_h with wifi_aware_subscribe_h

4 years agoMerge pull request #7 from chleun-moon/bug_fix
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Fri, 7 Feb 2020 01:17:29 +0000 (10:17 +0900)]
Merge pull request #7 from chleun-moon/bug_fix

Change the type of service_name to char*

4 years agoChange the type of service_name to char*
Cheoleun Moon [Thu, 6 Feb 2020 05:17:41 +0000 (14:17 +0900)]
Change the type of service_name to char*

4 years agoMerge pull request #5 from chleun-moon/match_filter
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Wed, 5 Feb 2020 08:57:02 +0000 (17:57 +0900)]
Merge pull request #5 from chleun-moon/match_filter

Add test code for match_filter

4 years agoMerge branch 'master' into match_filter
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Wed, 5 Feb 2020 08:56:39 +0000 (17:56 +0900)]
Merge branch 'master' into match_filter

4 years agoMerge pull request #6 from seonah1-moon/dev
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Wed, 5 Feb 2020 08:47:58 +0000 (17:47 +0900)]
Merge pull request #6 from seonah1-moon/dev

Fix publish functions

4 years agoAdd test for updating publish
Seonah Moon [Wed, 5 Feb 2020 08:17:13 +0000 (17:17 +0900)]
Add test for updating publish

4 years agoImplement update publish
Seonah Moon [Wed, 5 Feb 2020 07:56:50 +0000 (16:56 +0900)]
Implement update publish

4 years agoAdd test code for match_filter
Cheoleun Moon [Wed, 5 Feb 2020 07:44:46 +0000 (16:44 +0900)]
Add test code for match_filter

4 years agoReplace wifi_aware_publish_config_h with wifi_aware_publish_h #2
Seonah Moon [Wed, 5 Feb 2020 07:04:18 +0000 (16:04 +0900)]
Replace wifi_aware_publish_config_h with wifi_aware_publish_h #2

4 years agoReplace wifi_aware_publish_config_h with wifi_aware_publish_h
Seonah Moon [Wed, 5 Feb 2020 02:32:50 +0000 (11:32 +0900)]
Replace wifi_aware_publish_config_h with wifi_aware_publish_h

4 years agowifi_aware_discovery_result_cb don't deliver match_filter
Cheoleun Moon [Fri, 31 Jan 2020 13:47:45 +0000 (22:47 +0900)]
wifi_aware_discovery_result_cb don't deliver match_filter

4 years agoMerge pull request #4 from chleun-moon/match_filter
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 [Fri, 31 Jan 2020 07:53:58 +0000 (16:53 +0900)]
Merge pull request #4 from chleun-moon/match_filter

wifi_aware_discovery_result_cb don't deliver match_filter

4 years agoMerge pull request #3 from chleun-moon/cancel
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 [Wed, 29 Jan 2020 02:43:10 +0000 (11:43 +0900)]
Merge pull request #3 from chleun-moon/cancel

Add cancel publish/subscribe

4 years agoUpdate wifi-aware-gdbus.c
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 [Wed, 29 Jan 2020 02:31:59 +0000 (11:31 +0900)]
Update wifi-aware-gdbus.c

Indentation: replace space with tab

4 years agoAdd cancel publish/subscribe
Cheoleun Moon [Tue, 28 Jan 2020 19:00:22 +0000 (04:00 +0900)]
Add cancel publish/subscribe

4 years agoDo not use enable_config for wifi_aware_enable
Cheoleun Moon [Tue, 21 Jan 2020 16:43:47 +0000 (01:43 +0900)]
Do not use enable_config for wifi_aware_enable

4 years agoAdd discovery_result_cb
Cheoleun Moon [Tue, 21 Jan 2020 13:53:53 +0000 (22:53 +0900)]
Add discovery_result_cb

4 years agoMerge pull request #2 from seonah1-moon/dev
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Sun, 12 Jan 2020 23:49:48 +0000 (08:49 +0900)]
Merge pull request #2 from seonah1-moon/dev

Implement subscribe and update test codes

4 years agoImplement subscribe and update test codes
Seonah Moon [Fri, 10 Jan 2020 05:00:37 +0000 (14:00 +0900)]
Implement subscribe and update test codes

4 years agoMerge pull request #1 from seonah1-moon/dev
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Mon, 6 Jan 2020 04:44:59 +0000 (13:44 +0900)]
Merge pull request #1 from seonah1-moon/dev

Implement convert function for nan-manager error

4 years agoImplement convert function for nan-manager error
Seonah Moon [Fri, 3 Jan 2020 08:33:14 +0000 (17:33 +0900)]
Implement convert function for nan-manager error

4 years agoRemove CHECK_FEATURE_SUPPORTED macro temporarily
Cheoleun Moon [Thu, 2 Jan 2020 17:57:29 +0000 (02:57 +0900)]
Remove CHECK_FEATURE_SUPPORTED macro temporarily

4 years agoAdd client_id as parameter of Publish and Subscribe dbus methods
Cheoleun Moon [Thu, 2 Jan 2020 17:46:09 +0000 (02:46 +0900)]
Add client_id as parameter of Publish and Subscribe dbus methods

4 years agoAdd parameter name for description
Cheoleun Moon [Thu, 26 Dec 2019 19:31:54 +0000 (04:31 +0900)]
Add parameter name for description

4 years agoAdd description for enable/publish
Cheoleun Moon [Fri, 8 Nov 2019 14:53:39 +0000 (23:53 +0900)]
Add description for enable/publish

4 years agoFix build error
Cheoleun Moon [Tue, 5 Nov 2019 09:27:39 +0000 (18:27 +0900)]
Fix build error

4 years agoRemove wrong @see description
Cheoleun Moon [Fri, 18 Oct 2019 15:43:12 +0000 (00:43 +0900)]
Remove wrong @see description

5 years agoChange LOG_TAG
Cheoleun Moon [Thu, 11 Jul 2019 00:28:52 +0000 (09:28 +0900)]
Change LOG_TAG

5 years agoFix return condition
Cheoleun Moon [Wed, 10 Jul 2019 09:15:36 +0000 (18:15 +0900)]
Fix return condition

5 years agoRemove unnecessary logs
Cheoleun Moon [Wed, 10 Jul 2019 08:59:01 +0000 (17:59 +0900)]
Remove unnecessary logs

5 years agoRemove check scripts
Cheoleun Moon [Wed, 10 Jul 2019 05:06:44 +0000 (14:06 +0900)]
Remove check scripts

5 years agoRemove tags file
Seonah Moon [Wed, 10 Jul 2019 02:22:56 +0000 (11:22 +0900)]
Remove tags file

5 years agoFix seg fault during accessing a enable_config struct
Seonah Moon [Wed, 10 Jul 2019 02:20:31 +0000 (11:20 +0900)]
Fix seg fault during accessing a enable_config struct

5 years agoAdd basic enable/publish/subscribe
Cheoleun Moon [Wed, 10 Jul 2019 01:44:04 +0000 (10:44 +0900)]
Add basic enable/publish/subscribe

5 years agoCreate skeleton of capi-network-wifi-aware
유지웅/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Thu, 23 May 2019 07:42:39 +0000 (16:42 +0900)]
Create skeleton of capi-network-wifi-aware

create initial git repository.
File structure can be changed later

5 years agoInitial commit
유지웅/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Thu, 23 May 2019 07:40:38 +0000 (16:40 +0900)]
Initial commit