summaryrefslogtreecommitdiff
path: root/src/wifi-aware.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-01Return errors when setting/unsetting callbacksCheoleun Moon1-4/+1
2020-04-01Add some errorsCheoleun Moon1-0/+6
2020-03-31Merge branch 'master' of github.sec.samsung.net:tizen-sys-con/capi-network-wi...Seonah Moon1-32/+10
2020-03-27Fix copyright headers(201*->2020)Seonah Moon1-1/+1
2020-03-26Check enabled stateCheoleun Moon1-4/+10
2020-03-23Remove set_enable_termination_event apisCheoleun Moon1-28/+0
2020-03-18Add wifi_aware_peer_clone and wifi_aware_peer_destroy APIsCheoleun Moon1-0/+22
2020-03-18Change the names of APIs related to wifi_aware_sessionCheoleun Moon1-6/+5
2020-03-13Implement datapath end eventSeonah Moon1-0/+15
2020-03-13Add new API to notify that session is terminatedSeonah Moon1-0/+25
2020-03-09Add new APIs to get data path informationCheoleun Moon1-4/+34
2020-03-05Add wifi_aware_peer_get_macCheoleun Moon1-0/+12
2020-03-04Do not use wifi_aware_role_e as a parameter of wifi_aware_data_path_create()Cheoleun Moon1-2/+2
2020-03-03Use const before unsigned char * and char * as neededCheoleun Moon1-8/+8
2020-03-03Check the minimun length of PSKCheoleun Moon1-2/+2
2020-03-03Remove useless structCheoleun Moon1-1/+1
2020-03-03Add APIs for Data Path and basic implementationsCheoleun Moon1-0/+143
2020-02-26Implement wifi_aware_deinitializeCheoleun Moon1-6/+6
2020-02-26Remove wifi_aware_hCheoleun Moon1-19/+26
2020-02-25Add message_received_cbCheoleun Moon1-2/+16
2020-02-25Add wifi_aware_unset_service_discovered_cbCheoleun Moon1-3/+16
2020-02-25Apply review commentsCheoleun Moon1-1/+0
2020-02-25Fix bugsCheoleun Moon1-19/+7
2020-02-24Introduce wifi_aware_session_hCheoleun Moon1-24/+61
2020-02-21Merge pull request #25 from chleun-moon/followup문선아/Tizen Platform Lab(SR)/Engineer/삼성전자1-4/+5
2020-02-20Add followup requestCheoleun Moon1-4/+5
2020-02-19Remove disable_cb()Seonah Moon1-4/+1
2020-02-18fix conflictsSeonah Moon1-3/+5
2020-02-17Handle new peerCheoleun Moon1-3/+5
2020-02-14Add test code for wifi_aware_disable()Seonah Moon1-1/+1
2020-02-14Implement disable functionSeonah Moon1-0/+21
2020-02-13Do not use wifi_aware_h in publish/subscribe functionsCheoleun Moon1-4/+395
2020-01-21Add discovery_result_cbCheoleun Moon1-4/+5
2019-11-05Fix build errorCheoleun Moon1-6/+6
2019-07-10Add basic enable/publish/subscribeCheoleun Moon1-0/+91