platform/core/api/wifi-aware.git
2020-03-04 Cheoleun MoonDo not use wifi_aware_role_e as a parameter of wifi_awa...
2020-03-03 Cheoleun MoonUse const before unsigned char * and char * as needed
2020-03-03 Cheoleun MoonCheck the minimun length of PSK
2020-03-03 Cheoleun MoonRemove useless struct
2020-03-03 Cheoleun MoonMove publish_id and subscribe_id to wifi_aware_session_...
2020-03-03 Cheoleun MoonChange the type of publish_id and subscribe_id from...
2020-03-03 Cheoleun MoonAdd APIs for Data Path and basic implementations
2020-02-26 문선아/Tizen Platform... Merge pull request #37 from chleun-moon/deinit
2020-02-26 Cheoleun MoonImplement wifi_aware_deinitialize
2020-02-26 문철은/Tizen Platform... Merge pull request #35 from chleun-moon/wifi_aware_h
2020-02-26 문철은/Tizen Platform... Merge branch 'master' into wifi_aware_h
2020-02-26 Cheoleun MoonRemove wifi_aware_h
2020-02-26 문선아/Tizen Platform... Merge pull request #33 from seonah1-moon/dev
2020-02-26 Seonah Moonbug fix: set peer_id when create new peer
2020-02-26 문철은/Tizen Platform... Merge pull request #34 from chleun-moon/typo
2020-02-26 Cheoleun MoonChange parameter name
2020-02-25 Seonah MoonAdd pub_sub_id as dbus parameter to identify sending...
2020-02-25 문철은/Tizen Platform... Merge pull request #32 from chleun-moon/recv_cb
2020-02-25 Cheoleun MoonAdd message_received_cb
2020-02-25 문철은/Tizen Platform... Merge pull request #31 from chleun-moon/discovered_cb
2020-02-25 Cheoleun MoonAdd wifi_aware_unset_service_discovered_cb
2020-02-25 문철은/Tizen Platform... Merge pull request #30 from chleun-moon/stop_session
2020-02-25 Cheoleun MoonDeregister dbus signals when session is stopped
2020-02-25 문철은/Tizen Platform... Merge pull request #29 from chleun-moon/session
2020-02-25 Cheoleun MoonApply review comments
2020-02-25 Cheoleun MoonAllow a session to send an async request before receivi...
2020-02-25 Cheoleun MoonRemove unnecessary initialization
2020-02-25 Cheoleun MoonFix indentation
2020-02-25 Cheoleun MoonFix bugs
2020-02-25 문선아/Tizen Platform... Merge pull request #28 from seonah1-moon/dev
2020-02-24 Seonah MoonUse variant builder when creating followup message
2020-02-24 Cheoleun MoonIntroduce wifi_aware_session_h
2020-02-21 문선아/Tizen Platform... Merge pull request #25 from chleun-moon/followup
2020-02-20 문선아/Tizen Platform... Merge pull request #24 from seonah1-moon/dev
2020-02-20 Cheoleun MoonAdd followup request
2020-02-19 Seonah MoonRemove disable_cb()
2020-02-19 문철은/Tizen Platform... Merge pull request #20 from chleun-moon/cancel
2020-02-19 Cheoleun MoonReturn proper error if handle is NULL
2020-02-18 Cheoleun MoonReturn error if cancel is called before the command...
2020-02-18 문철은/Tizen Platform... Merge pull request #19 from chleun-moon/peer
2020-02-18 문선아/Tizen Platform... Merge pull request #16 from seonah1-moon/dev
2020-02-18 Cheoleun MoonAdd test codes for service specific info
2020-02-18 Seonah Moonfix conflicts
2020-02-18 Seonah Moonbug fix: disable
2020-02-17 문철은/Tizen Platform... Merge pull request #18 from chleun-moon/match_filter
2020-02-17 Cheoleun MoonThe length of byte array should precede the byte array
2020-02-17 문철은/Tizen Platform... Merge pull request #17 from chleun-moon/peer
2020-02-17 Cheoleun MoonHandle service_spcific_info and match_filter as byte...
2020-02-17 Cheoleun MoonHandle new peer
2020-02-14 Seonah Moondisable: send client ID as dbus parameter
2020-02-14 Seonah MoonAdd test code for wifi_aware_disable()
2020-02-14 Seonah MoonImplement disable function
2020-02-14 문철은/Tizen Platform... Merge pull request #15 from chleun-moon/wifi_aware_h
2020-02-13 Cheoleun MoonRemove log codes
2020-02-13 Cheoleun MoonFix wifi-aware-test
2020-02-13 문선아/Tizen Platform... Merge pull request #14 from chleun-moon/wifi_aware_h
2020-02-13 Cheoleun MoonRemove unnecessary variables
2020-02-12 Cheoleun MoonDo not use wifi_aware_h in publish/subscribe functions
2020-02-11 문선아/Tizen Platform... Merge pull request #10 from chleun-moon/error
2020-02-11 Cheoleun MoonConvert error from nan-manager
2020-02-10 문철은/Tizen Platform... Merge pull request #9 from chleun-moon/update_subscribe
2020-02-10 Cheoleun MoonImplement UpdateSubscribe command
2020-02-07 문철은/Tizen Platform... Merge pull request #8 from chleun-moon/update_subscribe
2020-02-07 Cheoleun MoonAdd wifi_aware_update_subscribe
2020-02-07 Cheoleun MoonReplace wifi_aware_subscribe_config_h with wifi_aware_s...
2020-02-07 문철은/Tizen Platform... Merge pull request #7 from chleun-moon/bug_fix
2020-02-06 Cheoleun MoonChange the type of service_name to char*
2020-02-05 문철은/Tizen Platform... Merge pull request #5 from chleun-moon/match_filter
2020-02-05 문철은/Tizen Platform... Merge branch 'master' into match_filter
2020-02-05 문철은/Tizen Platform... Merge pull request #6 from seonah1-moon/dev
2020-02-05 Seonah MoonAdd test for updating publish
2020-02-05 Seonah MoonImplement update publish
2020-02-05 Cheoleun MoonAdd test code for match_filter
2020-02-05 Seonah MoonReplace wifi_aware_publish_config_h with wifi_aware_pub...
2020-02-05 Seonah MoonReplace wifi_aware_publish_config_h with wifi_aware_pub...
2020-01-31 Cheoleun Moonwifi_aware_discovery_result_cb don't deliver match_filter
2020-01-31 문선아/Tizen Platform... Merge pull request #4 from chleun-moon/match_filter
2020-01-29 문선아/Tizen Platform... Merge pull request #3 from chleun-moon/cancel
2020-01-29 문선아/Tizen Platform... Update wifi-aware-gdbus.c
2020-01-28 Cheoleun MoonAdd cancel publish/subscribe
2020-01-21 Cheoleun MoonDo not use enable_config for wifi_aware_enable
2020-01-21 Cheoleun MoonAdd discovery_result_cb
2020-01-12 문철은/Tizen Platform... Merge pull request #2 from seonah1-moon/dev
2020-01-10 Seonah MoonImplement subscribe and update test codes
2020-01-06 문철은/Tizen Platform... Merge pull request #1 from seonah1-moon/dev
2020-01-03 Seonah MoonImplement convert function for nan-manager error
2020-01-02 Cheoleun MoonRemove CHECK_FEATURE_SUPPORTED macro temporarily
2020-01-02 Cheoleun MoonAdd client_id as parameter of Publish and Subscribe...
2019-12-26 Cheoleun MoonAdd parameter name for description
2019-11-08 Cheoleun MoonAdd description for enable/publish
2019-11-05 Cheoleun MoonFix build error
2019-10-18 Cheoleun MoonRemove wrong @see description
2019-07-11 Cheoleun MoonChange LOG_TAG
2019-07-10 Cheoleun MoonFix return condition
2019-07-10 Cheoleun MoonRemove unnecessary logs
2019-07-10 Cheoleun MoonRemove check scripts
2019-07-10 Seonah MoonRemove tags file
2019-07-10 Seonah MoonFix seg fault during accessing a enable_config struct
2019-07-10 Cheoleun MoonAdd basic enable/publish/subscribe
2019-05-23 유지웅/Tizen Platform... Create skeleton of capi-network-wifi-aware
next