platform/core/api/wifi-aware.git
4 years agoBug fix
Cheoleun Moon [Mon, 9 Mar 2020 11:11:19 +0000 (20:11 +0900)]
Bug fix

4 years agoAdd test to open/close data path
Cheoleun Moon [Mon, 9 Mar 2020 10:26:31 +0000 (19:26 +0900)]
Add test to open/close data path

4 years agoMerge pull request #46 from chleun-moon/port
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Mon, 9 Mar 2020 08:38:49 +0000 (17:38 +0900)]
Merge pull request #46 from chleun-moon/port

Open Data Path

4 years agoInitialize port number as -1
Cheoleun Moon [Mon, 9 Mar 2020 07:21:16 +0000 (16:21 +0900)]
Initialize port number as -1

4 years agoAdd Dbus Method Call to open data path
Cheoleun Moon [Mon, 9 Mar 2020 07:14:23 +0000 (16:14 +0900)]
Add Dbus Method Call to open data path

4 years agoAdd new APIs to get data path information
Cheoleun Moon [Mon, 9 Mar 2020 06:41:35 +0000 (15:41 +0900)]
Add new APIs to get data path information

4 years agoMerge pull request #45 from chleun-moon/peer_mac
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Fri, 6 Mar 2020 04:49:32 +0000 (13:49 +0900)]
Merge pull request #45 from chleun-moon/peer_mac

Add wifi_aware_peer_get_mac

4 years agoAdd wifi_aware_peer_get_mac
Cheoleun Moon [Thu, 5 Mar 2020 10:37:08 +0000 (19:37 +0900)]
Add wifi_aware_peer_get_mac

4 years agoMerge pull request #44 from chleun-moon/trivial
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Thu, 5 Mar 2020 05:33:30 +0000 (14:33 +0900)]
Merge pull request #44 from chleun-moon/trivial

Do malloc and free in the same level

4 years agoDo malloc and free in the same level
Cheoleun Moon [Thu, 5 Mar 2020 05:30:11 +0000 (14:30 +0900)]
Do malloc and free in the same level

4 years agoMerge pull request #43 from chleun-moon/test
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Thu, 5 Mar 2020 03:15:48 +0000 (12:15 +0900)]
Merge pull request #43 from chleun-moon/test

Fix bug

4 years agoFix bug
Cheoleun Moon [Thu, 5 Mar 2020 03:09:05 +0000 (12:09 +0900)]
Fix bug

4 years agoMerge pull request #42 from chleun-moon/followup_test
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Wed, 4 Mar 2020 11:28:02 +0000 (20:28 +0900)]
Merge pull request #42 from chleun-moon/followup_test

Add followup test

4 years agoFix weird name #2
Cheoleun Moon [Wed, 4 Mar 2020 11:24:15 +0000 (20:24 +0900)]
Fix weird name #2

4 years agoFix weird name
Cheoleun Moon [Wed, 4 Mar 2020 11:22:56 +0000 (20:22 +0900)]
Fix weird name

4 years agoAdd followup test
Cheoleun Moon [Wed, 4 Mar 2020 11:12:22 +0000 (20:12 +0900)]
Add followup test

4 years agoMerge pull request #38 from chleun-moon/data_path
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Wed, 4 Mar 2020 05:07:54 +0000 (14:07 +0900)]
Merge pull request #38 from chleun-moon/data_path

Define APIs for Wi-Fi Aware Data Path

4 years agoDo not use wifi_aware_role_e as a parameter of wifi_aware_data_path_create()
Cheoleun Moon [Wed, 4 Mar 2020 04:46:42 +0000 (13:46 +0900)]
Do not use wifi_aware_role_e as a parameter of wifi_aware_data_path_create()

4 years agoUse const before unsigned char * and char * as needed
Cheoleun Moon [Tue, 3 Mar 2020 11:58:57 +0000 (20:58 +0900)]
Use const before unsigned char * and char * as needed

4 years agoCheck the minimun length of PSK
Cheoleun Moon [Tue, 3 Mar 2020 11:11:43 +0000 (20:11 +0900)]
Check the minimun length of PSK

4 years agoRemove useless struct
Cheoleun Moon [Tue, 3 Mar 2020 07:27:53 +0000 (16:27 +0900)]
Remove useless struct

4 years agoMove publish_id and subscribe_id to wifi_aware_session_s as pub_sub_id
Cheoleun Moon [Tue, 3 Mar 2020 07:03:43 +0000 (16:03 +0900)]
Move publish_id and subscribe_id to wifi_aware_session_s as pub_sub_id

4 years agoChange the type of publish_id and subscribe_id from uint32_t to uint16_t
Cheoleun Moon [Tue, 3 Mar 2020 06:46:12 +0000 (15:46 +0900)]
Change the type of publish_id and subscribe_id from uint32_t to uint16_t

4 years agoAdd APIs for Data Path and basic implementations
Cheoleun Moon [Tue, 3 Mar 2020 06:26:17 +0000 (15:26 +0900)]
Add APIs for Data Path and basic implementations

4 years agoMerge pull request #37 from chleun-moon/deinit
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 [Wed, 26 Feb 2020 08:44:07 +0000 (17:44 +0900)]
Merge pull request #37 from chleun-moon/deinit

Implement wifi_aware_deinitialize

4 years agoImplement wifi_aware_deinitialize
Cheoleun Moon [Wed, 26 Feb 2020 08:36:09 +0000 (17:36 +0900)]
Implement wifi_aware_deinitialize

4 years agoMerge pull request #35 from chleun-moon/wifi_aware_h
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Wed, 26 Feb 2020 07:39:26 +0000 (16:39 +0900)]
Merge pull request #35 from chleun-moon/wifi_aware_h

Remove wifi_aware_h

4 years agoMerge branch 'master' into wifi_aware_h
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Wed, 26 Feb 2020 07:28:18 +0000 (16:28 +0900)]
Merge branch 'master' into wifi_aware_h

4 years agoRemove wifi_aware_h
Cheoleun Moon [Wed, 26 Feb 2020 07:20:46 +0000 (16:20 +0900)]
Remove wifi_aware_h

4 years agoMerge pull request #33 from seonah1-moon/dev
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 [Wed, 26 Feb 2020 05:19:54 +0000 (14:19 +0900)]
Merge pull request #33 from seonah1-moon/dev

Add pub_sub_id as dbus parameter to identify sending message

4 years agobug fix: set peer_id when create new peer
Seonah Moon [Wed, 26 Feb 2020 05:08:30 +0000 (14:08 +0900)]
bug fix: set peer_id when create new peer

4 years agoMerge pull request #34 from chleun-moon/typo
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Wed, 26 Feb 2020 04:17:28 +0000 (13:17 +0900)]
Merge pull request #34 from chleun-moon/typo

Change parameter name

4 years agoChange parameter name
Cheoleun Moon [Wed, 26 Feb 2020 03:41:28 +0000 (12:41 +0900)]
Change parameter name

4 years agoAdd pub_sub_id as dbus parameter to identify sending message
Seonah Moon [Tue, 25 Feb 2020 11:32:31 +0000 (20:32 +0900)]
Add pub_sub_id as dbus parameter to identify sending message

4 years agoMerge pull request #32 from chleun-moon/recv_cb
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Tue, 25 Feb 2020 10:38:12 +0000 (19:38 +0900)]
Merge pull request #32 from chleun-moon/recv_cb

Add message_received_cb

4 years agoAdd message_received_cb
Cheoleun Moon [Tue, 25 Feb 2020 10:24:28 +0000 (19:24 +0900)]
Add message_received_cb

4 years agoMerge pull request #31 from chleun-moon/discovered_cb
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Tue, 25 Feb 2020 09:56:57 +0000 (18:56 +0900)]
Merge pull request #31 from chleun-moon/discovered_cb

Add wifi_aware_unset_service_discovered_cb

4 years agoAdd wifi_aware_unset_service_discovered_cb
Cheoleun Moon [Tue, 25 Feb 2020 09:51:43 +0000 (18:51 +0900)]
Add wifi_aware_unset_service_discovered_cb

4 years agoMerge pull request #30 from chleun-moon/stop_session
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Tue, 25 Feb 2020 09:32:05 +0000 (18:32 +0900)]
Merge pull request #30 from chleun-moon/stop_session

Deregister dbus signals when session is stopped

4 years agoDeregister dbus signals when session is stopped
Cheoleun Moon [Tue, 25 Feb 2020 07:30:54 +0000 (16:30 +0900)]
Deregister dbus signals when session is stopped

4 years agoMerge pull request #29 from chleun-moon/session
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Tue, 25 Feb 2020 06:37:01 +0000 (15:37 +0900)]
Merge pull request #29 from chleun-moon/session

Introduce Wi-Fi Aware Session

4 years agoApply review comments
Cheoleun Moon [Tue, 25 Feb 2020 06:05:21 +0000 (15:05 +0900)]
Apply review comments

4 years agoAllow a session to send an async request before receiving its reply
Cheoleun Moon [Tue, 25 Feb 2020 06:01:48 +0000 (15:01 +0900)]
Allow a session to send an async request before receiving its reply

4 years agoRemove unnecessary initialization
Cheoleun Moon [Tue, 25 Feb 2020 05:11:19 +0000 (14:11 +0900)]
Remove unnecessary initialization

4 years agoFix indentation
Cheoleun Moon [Tue, 25 Feb 2020 05:05:10 +0000 (14:05 +0900)]
Fix indentation

4 years agoFix bugs
Cheoleun Moon [Tue, 25 Feb 2020 04:36:20 +0000 (13:36 +0900)]
Fix bugs

4 years agoMerge pull request #28 from seonah1-moon/dev
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 [Tue, 25 Feb 2020 01:59:49 +0000 (10:59 +0900)]
Merge pull request #28 from seonah1-moon/dev

Use variant builder when creating followup message

4 years agoUse variant builder when creating followup message
Seonah Moon [Mon, 24 Feb 2020 12:14:56 +0000 (21:14 +0900)]
Use variant builder when creating followup message

4 years agoIntroduce wifi_aware_session_h
Cheoleun Moon [Mon, 24 Feb 2020 11:09:20 +0000 (20:09 +0900)]
Introduce wifi_aware_session_h

4 years agoMerge pull request #25 from chleun-moon/followup
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 [Fri, 21 Feb 2020 07:03:07 +0000 (16:03 +0900)]
Merge pull request #25 from chleun-moon/followup

Add followup request

4 years agoMerge pull request #24 from seonah1-moon/dev
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 [Thu, 20 Feb 2020 06:19:12 +0000 (15:19 +0900)]
Merge pull request #24 from seonah1-moon/dev

Remove disable_cb()

4 years agoAdd followup request
Cheoleun Moon [Thu, 20 Feb 2020 06:18:45 +0000 (15:18 +0900)]
Add followup request

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 agoMerge pull request #20 from chleun-moon/cancel
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Wed, 19 Feb 2020 05:51:04 +0000 (14:51 +0900)]
Merge pull request #20 from chleun-moon/cancel

Return error if cancel is called before the command is not done

4 years agoReturn proper error if handle is NULL
Cheoleun Moon [Wed, 19 Feb 2020 05:19:34 +0000 (14:19 +0900)]
Return proper error if handle is NULL

4 years agoReturn error if cancel is called before the command is not done
Cheoleun Moon [Tue, 18 Feb 2020 10:07:54 +0000 (19:07 +0900)]
Return error if cancel is called before the command is not done

4 years agoMerge pull request #19 from chleun-moon/peer
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Tue, 18 Feb 2020 09:09:46 +0000 (18:09 +0900)]
Merge pull request #19 from chleun-moon/peer

Add test codes for service specific info

4 years agoMerge pull request #16 from seonah1-moon/dev
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 [Tue, 18 Feb 2020 09:09:20 +0000 (18:09 +0900)]
Merge pull request #16 from seonah1-moon/dev

Implement disable function

4 years agoAdd test codes for service specific info
Cheoleun Moon [Tue, 18 Feb 2020 07:56:38 +0000 (16:56 +0900)]
Add test codes for service specific info

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