platform/core/api/wifi-mesh.git
7 years agoFix to follow coding style
Jiwan Kim [Tue, 13 Jun 2017 07:28:20 +0000 (16:28 +0900)]
Fix to follow coding style

7 years agoFix svace issues
Jiwan Kim [Tue, 13 Jun 2017 07:22:55 +0000 (16:22 +0900)]
Fix svace issues

7 years agoChange function time to succeed TCT
saerome.kim [Tue, 13 Jun 2017 06:51:29 +0000 (15:51 +0900)]
Change function time to succeed TCT

 - change return type from void to int of  mesh_deinitialize function

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
7 years agoFix a bug that native app can not find mesh.h & lib files
saerome kim [Tue, 13 Jun 2017 01:05:02 +0000 (10:05 +0900)]
Fix a bug that native app can not find mesh.h & lib files

- change paths in capi-network-mesh.pc.in

Signed-off-by: saerome kim <saerome.kim@samsung.com>
7 years agoAdd security type and passphrase
Jiwan Kim [Fri, 9 Jun 2017 08:02:14 +0000 (17:02 +0900)]
Add security type and passphrase

- Add mesh_security_type_e
- Add mesh_network_get(set)_security()
- Add mesh_network_set_passphrase

7 years agoChange for connection state support
Jiwan Kim [Thu, 8 Jun 2017 07:13:08 +0000 (16:13 +0900)]
Change for connection state support

- Remove MESH_JOIN(LEFT)_NETWORK_EVENT
- Add MESH_CONNECTION_STATE_EVENT
- Add mesh_network_get_connection_state()
- Add connection state into network information

7 years agoAdd 'MESH_CONNECTED_EVENT' event handler
Jiwan Kim [Wed, 7 Jun 2017 02:22:09 +0000 (11:22 +0900)]
Add 'MESH_CONNECTED_EVENT' event handler

- Handle 'mesh_connected' signal

7 years agoAdd some new API for connected peers
Jiwan Kim [Fri, 2 Jun 2017 07:02:03 +0000 (16:02 +0900)]
Add some new API for connected peers

- mesh_foreach_connected_peers() added.
- mesh_peer_get_address() added.
- Update mesh_get_joined_network() to return MESH_ERROR_NONE
  if no joined network exists.

7 years agoAdd service error enums
Jiwan Kim [Thu, 1 Jun 2017 07:25:34 +0000 (16:25 +0900)]
Add service error enums

- Add 'service_error_e' to get error code from service.
- Print message to notify the return state of API.

7 years agoRemove internal error enumeration
Jiwan Kim [Thu, 1 Jun 2017 05:41:28 +0000 (14:41 +0900)]
Remove internal error enumeration

- Remove 'MESH_ITNL_ERR_*' as it is not useless now.
- Adjust mesh_error_e enum values to support internal errors.

7 years agoChange mesh APIs
Jiwan Kim [Thu, 1 Jun 2017 04:39:35 +0000 (13:39 +0900)]
Change mesh APIs

- Create a new API : mesh_set_event_cb()
- Remove event_callback parameter from mesh_enable()
- Change not to execute mesh_disable() on test app termination

7 years agoChange APIs
Jiwan Kim [Tue, 30 May 2017 07:23:25 +0000 (16:23 +0900)]
Change APIs

- Add 'mesh_disconnect_mesh_network'
- Revert API name (scanned->found)

7 years agoFix for API concept changes
Jiwan Kim [Mon, 29 May 2017 09:55:18 +0000 (18:55 +0900)]
Fix for API concept changes

- Rename some APIs and dbus interface also
- Remove some unnecessary APIs

7 years agoUpdate test code to support connman integration
Jiwan Kim [Fri, 26 May 2017 07:17:39 +0000 (16:17 +0900)]
Update test code to support connman integration

7 years agoFix typos & Change to use GList on test app
Jiwan Kim [Tue, 21 Mar 2017 05:13:30 +0000 (14:13 +0900)]
Fix typos & Change to use GList on test app

- Use GList instead of GHashTable to prevent invalid list ordering issue

7 years agoFixed a bug about calling g_variang_get()
saerome.kim [Tue, 14 Mar 2017 07:03:33 +0000 (16:03 +0900)]
Fixed a bug about calling g_variang_get()

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
7 years agoAdjust variant type / Fix crash on mpath dump
Jiwan Kim [Tue, 14 Mar 2017 05:43:35 +0000 (14:43 +0900)]
Adjust variant type / Fix crash on mpath dump

- Adjust GVariant type on station_info
- Change mpath free function instead of g_list_free_full

7 years agoImplement get_mpath_info API
saerome.kim [Tue, 14 Mar 2017 04:34:59 +0000 (13:34 +0900)]
Implement get_mpath_info API

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
7 years agoImplemen get_stations_info API
saerome.kim [Tue, 14 Mar 2017 04:10:51 +0000 (13:10 +0900)]
Implemen get_stations_info API

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
7 years agoChange dbus path of enable/disable method
Jiwan Kim [Tue, 14 Mar 2017 01:15:06 +0000 (10:15 +0900)]
Change dbus path of enable/disable method

7 years agoFix error on join/left event handler
Jiwan Kim [Mon, 13 Mar 2017 10:39:19 +0000 (19:39 +0900)]
Fix error on join/left event handler

7 years agoFixed segmentation falut error after calling mesh_foreach_found_mesh_network()
saerome.kim [Mon, 13 Mar 2017 10:25:50 +0000 (19:25 +0900)]
Fixed segmentation falut error after calling mesh_foreach_found_mesh_network()

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
7 years agoFixed bugs about managing mesh networks
saerome.kim [Mon, 13 Mar 2017 05:24:20 +0000 (14:24 +0900)]
Fixed bugs about managing mesh networks
 - added show scanned network list when calling mesh_add_network()
 - added show configuraed network list when calling mesh_select_network or mesh_remove_network
 - mesh_get_joined_mesh_network

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
7 years agoFixed bugs about managing networks at test app
saerome.kim [Mon, 13 Mar 2017 01:48:26 +0000 (10:48 +0900)]
Fixed bugs about managing networks at test app
 - add_mesh_network
 - select_mesh_network
 - remove_mesh_network

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
7 years agoImplement CAPI
saerome.kim [Sun, 12 Mar 2017 23:46:06 +0000 (08:46 +0900)]
Implement CAPI
 - event handler
 - APIs related to network management

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
7 years agoImplement mesh_test and rest of APIs
saerome kim [Wed, 8 Mar 2017 08:22:53 +0000 (17:22 +0900)]
Implement mesh_test and rest of APIs

Signed-off-by: saerome kim <saerome.kim@samsung.com>
7 years agoImplement test case for 'device' category
saerome.kim [Mon, 6 Mar 2017 12:52:56 +0000 (21:52 +0900)]
Implement test case for 'device' category

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
7 years agoFix a build error
saerome.kim [Mon, 6 Mar 2017 12:32:58 +0000 (21:32 +0900)]
Fix a build error

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
7 years agoImplement Mesh CAPI according to DBus API guide documents
saerome.kim [Mon, 6 Mar 2017 12:14:25 +0000 (21:14 +0900)]
Implement Mesh CAPI according to DBus API guide documents

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
7 years agoApply changed Dbus methods
saerome kim [Fri, 3 Mar 2017 12:20:10 +0000 (21:20 +0900)]
Apply changed Dbus methods

Signed-off-by: saerome kim <saerome.kim@samsung.com>
7 years agoApply changed Dbus methods
saerome kim [Fri, 3 Mar 2017 12:20:10 +0000 (21:20 +0900)]
Apply changed Dbus methods

Signed-off-by: saerome kim <saerome.kim@samsung.com>
7 years agoInitial code sync up from private gerrit
Jiwan Kim [Fri, 24 Feb 2017 02:00:45 +0000 (11:00 +0900)]
Initial code sync up from private gerrit

Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
7 years agoInitial commit
김새롬/Tizen Platform Lab(S/W센터)/S5(책임)/삼성전자 [Fri, 24 Feb 2017 01:47:01 +0000 (10:47 +0900)]
Initial commit

7 years agoInitial empty repository master
Tizen Infrastructure [Mon, 10 Jul 2017 09:36:23 +0000 (09:36 +0000)]
Initial empty repository