index
:
platform/core/api/wifi-aware
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
master
tizen
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: Network & Connectivity / WiFi; Licenses: Apache-2.0;
cheoleun moon <chleun.moon@samsung.com>, seonah moon <seonah1.moon@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wifi-aware.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-01
Return errors when setting/unsetting callbacks
Cheoleun Moon
1
-4
/
+1
2020-04-01
Add some errors
Cheoleun Moon
1
-0
/
+6
2020-03-31
Merge branch 'master' of github.sec.samsung.net:tizen-sys-con/capi-network-wi...
Seonah Moon
1
-32
/
+10
2020-03-27
Fix copyright headers(201*->2020)
Seonah Moon
1
-1
/
+1
2020-03-26
Check enabled state
Cheoleun Moon
1
-4
/
+10
2020-03-23
Remove set_enable_termination_event apis
Cheoleun Moon
1
-28
/
+0
2020-03-18
Add wifi_aware_peer_clone and wifi_aware_peer_destroy APIs
Cheoleun Moon
1
-0
/
+22
2020-03-18
Change the names of APIs related to wifi_aware_session
Cheoleun Moon
1
-6
/
+5
2020-03-13
Implement datapath end event
Seonah Moon
1
-0
/
+15
2020-03-13
Add new API to notify that session is terminated
Seonah Moon
1
-0
/
+25
2020-03-09
Add new APIs to get data path information
Cheoleun Moon
1
-4
/
+34
2020-03-05
Add wifi_aware_peer_get_mac
Cheoleun Moon
1
-0
/
+12
2020-03-04
Do not use wifi_aware_role_e as a parameter of wifi_aware_data_path_create()
Cheoleun Moon
1
-2
/
+2
2020-03-03
Use const before unsigned char * and char * as needed
Cheoleun Moon
1
-8
/
+8
2020-03-03
Check the minimun length of PSK
Cheoleun Moon
1
-2
/
+2
2020-03-03
Remove useless struct
Cheoleun Moon
1
-1
/
+1
2020-03-03
Add APIs for Data Path and basic implementations
Cheoleun Moon
1
-0
/
+143
2020-02-26
Implement wifi_aware_deinitialize
Cheoleun Moon
1
-6
/
+6
2020-02-26
Remove wifi_aware_h
Cheoleun Moon
1
-19
/
+26
2020-02-25
Add message_received_cb
Cheoleun Moon
1
-2
/
+16
2020-02-25
Add wifi_aware_unset_service_discovered_cb
Cheoleun Moon
1
-3
/
+16
2020-02-25
Apply review comments
Cheoleun Moon
1
-1
/
+0
2020-02-25
Fix bugs
Cheoleun Moon
1
-19
/
+7
2020-02-24
Introduce wifi_aware_session_h
Cheoleun Moon
1
-24
/
+61
2020-02-21
Merge pull request #25 from chleun-moon/followup
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자
1
-4
/
+5
2020-02-20
Add followup request
Cheoleun Moon
1
-4
/
+5
2020-02-19
Remove disable_cb()
Seonah Moon
1
-4
/
+1
2020-02-18
fix conflicts
Seonah Moon
1
-3
/
+5
2020-02-17
Handle new peer
Cheoleun Moon
1
-3
/
+5
2020-02-14
Add test code for wifi_aware_disable()
Seonah Moon
1
-1
/
+1
2020-02-14
Implement disable function
Seonah Moon
1
-0
/
+21
2020-02-13
Do not use wifi_aware_h in publish/subscribe functions
Cheoleun Moon
1
-4
/
+395
2020-01-21
Add discovery_result_cb
Cheoleun Moon
1
-4
/
+5
2019-11-05
Fix build error
Cheoleun Moon
1
-6
/
+6
2019-07-10
Add basic enable/publish/subscribe
Cheoleun Moon
1
-0
/
+91