summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Apply Tizen coding rule and Remove unnecessary thingssubmit/tizen/20200616.063112accepted/tizen/unified/20200617.134118Cheoleun Moon1-7/+7
2020-06-16Add the first unittest codesCheoleun Moon1-0/+1
2020-04-16Check if Wi-Fi Aware is initialized or notSeonah Moon1-26/+49
2020-04-14Merge pull request #124 from seonah1-moon/master문선아/Tizen Platform Lab(SR)/Engineer/삼성전자1-0/+30
2020-04-13Add cynara dependency for checking permissionSeonah Moon1-0/+18
2020-04-13doxygen: add privilegeSeonah Moon1-0/+8
2020-04-13Check permission denied error for gdbusSeonah Moon1-0/+4
2020-04-10doxygen: remove wrong descriptionSeonah Moon1-5/+2
2020-04-10doxygen: update returned error typesSeonah Moon1-6/+114
2020-04-10Update doxygen #4Seonah Moon1-8/+10
2020-04-10doxygen: replace \t with a space(' ')Seonah Moon1-245/+242
2020-04-10Add description #3Seonah Moon1-175/+215
2020-04-09Add description #2Seonah Moon1-69/+75
2020-04-08Add description #1Seonah Moon1-11/+25
2020-04-08Add new error type: WIFI_AWARE_ERROR_ALREADY_ENABLEDSeonah Moon1-4/+8
2020-04-06Change ranging api nameCheoleun Moon1-1/+3
2020-03-31Merge branch 'master' of github.sec.samsung.net:tizen-sys-con/capi-network-wi...Seonah Moon1-10/+4
2020-03-27Fix copyright headers(201*->2020)Seonah Moon2-2/+2
2020-03-23Add interface down errorCheoleun Moon1-0/+4
2020-03-23Remove set_enable_termination_event apisCheoleun Moon1-10/+0
2020-03-19Add a nan erro WIFI_AWARE_ERROR_REJECTED_BY_PEERCheoleun Moon1-0/+4
2020-03-18Add wifi_aware_peer_clone and wifi_aware_peer_destroy APIsCheoleun Moon1-0/+19
2020-03-18Change the names of APIs related to wifi_aware_sessionCheoleun Moon1-4/+14
2020-03-18Add test programs for publish/subscribeCheoleun Moon1-1/+1
2020-03-13Implement datapath end eventSeonah Moon1-1/+11
2020-03-13Add new API to notify that session is terminatedSeonah Moon1-4/+35
2020-03-11The length of PMK is 32Cheoleun Moon1-3/+2
2020-03-11Set the length of PMKCheoleun Moon1-2/+3
2020-03-09Add test to open/close data pathCheoleun Moon1-1/+1
2020-03-09Add new APIs to get data path informationCheoleun Moon1-15/+47
2020-03-05Add wifi_aware_peer_get_macCheoleun Moon1-0/+8
2020-03-04Do not use wifi_aware_role_e as a parameter of wifi_aware_data_path_create()Cheoleun Moon1-8/+1
2020-03-03Use const before unsigned char * and char * as neededCheoleun Moon1-11/+11
2020-03-03Check the minimun length of PSKCheoleun Moon1-5/+8
2020-03-03Change the type of publish_id and subscribe_id from uint32_t to uint16_tCheoleun Moon1-0/+130
2020-02-26Remove wifi_aware_hCheoleun Moon1-23/+7
2020-02-25Add message_received_cbCheoleun Moon1-4/+13
2020-02-25Add wifi_aware_unset_service_discovered_cbCheoleun Moon1-3/+3
2020-02-25Fix bugsCheoleun Moon1-20/+17
2020-02-24Introduce wifi_aware_session_hCheoleun Moon1-41/+71
2020-02-21Merge pull request #25 from chleun-moon/followup문선아/Tizen Platform Lab(SR)/Engineer/삼성전자1-2/+13
2020-02-20Add followup requestCheoleun Moon1-2/+13
2020-02-19Remove disable_cb()Seonah Moon1-15/+1
2020-02-18fix conflictsSeonah Moon1-0/+1
2020-02-17Handle new peerCheoleun Moon1-0/+1
2020-02-14Implement disable functionSeonah Moon1-0/+23
2020-02-13Do not use wifi_aware_h in publish/subscribe functionsCheoleun Moon1-28/+19
2020-02-10Implement UpdateSubscribe commandCheoleun Moon1-47/+57
2020-02-06Change the type of service_name to char*Cheoleun Moon1-8/+10
2020-02-05Implement update publishSeonah Moon1-6/+4