Fix for UTC error case
[platform/core/connectivity/wifi-mesh-manager.git] / src / mesh-request.c
2017-07-17 Jiwan KimFix for UTC error case
2017-07-17 Jiwan KimFix to follow coding style
2017-07-17 Jiwan KimFix mismatched function call
2017-07-17 Jiwan KimRename functions
2017-07-17 Jiwan KimRemove obsolete logics
2017-07-17 Jiwan KimAdd security type and passphrase
2017-07-17 Jiwan KimAdd network connection state
2017-07-17 Jiwan KimChange 'Connect' as asynchronous method
2017-07-17 Jiwan KimAdjust dbus interface between API and connman
2017-07-17 Jiwan KimInitial connman integration
2017-07-17 Jiwan KimStore saved mesh network into storage
2017-07-17 Jiwan KimChange mesh id setting logic
2017-07-17 Jiwan KimAdd DHCP terminate logic
2017-07-17 Jiwan KimRemove connection API dependency / Fix scan issue
2017-07-17 Jiwan KimAdd mesh join/left event handler
2017-07-17 Jiwan KimNotify mesh network joined/left event
2017-07-17 Jiwan KimAdd method to get station/mpath information
2017-07-17 Jiwan KimUpdate logic to add softAP interface into bridge
2017-07-17 Jiwan KimImplementation for SoftAP
2017-07-17 Jiwan KimUpdate get_joined_mesh_network method
2017-07-17 Jiwan KimImplement methods
2017-07-17 Jiwan KimSeparate logic for mesh enable / set gate
2017-07-17 Jiwan KimUpdate 'get_saved_mesh_network' method
2017-07-17 Jiwan KimAdd functions to get scan result
2017-07-17 Jiwan KimAdd basic function set for saved network
2017-07-17 Jiwan KimAdd function prototype for mesh saved network
2017-07-17 Jiwan KimEmit 'scan_done' signal when scan finished
2017-07-17 Jiwan KimRemove temporary test function
2017-07-17 Jiwan KimAdd test scan request & async result receiver
2017-07-17 Jiwan KimInitian code sync up from private gerrit