diff options
Diffstat (limited to 'include/device.h')
-rw-r--r--[-rwxr-xr-x] | include/device.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h index 36b2f550..852207d4 100755..100644 --- a/include/device.h +++ b/include/device.h @@ -131,6 +131,13 @@ struct connman_device_driver { struct connman_device *device, int scan_type, GSList *specific_scan_list, void *user_data); #endif +#if defined TIZEN_EXT_WIFI_MESH + int (*abort_scan) (enum connman_service_type type, + struct connman_device *device); + int (*mesh_specific_scan) (enum connman_service_type type, + struct connman_device *device, const char *ssid, unsigned int freq, + void *user_data); +#endif }; int connman_device_driver_register(struct connman_device_driver *driver); |