summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h
index 8311607b..d7ef2482 100644
--- a/include/device.h
+++ b/include/device.h
@@ -128,6 +128,8 @@ struct connman_device_driver {
void (*remove) (struct connman_device *device);
int (*enable) (struct connman_device *device);
int (*disable) (struct connman_device *device);
+ int (*connect) (struct connman_device *device);
+ int (*disconnect) (struct connman_device *device);
int (*scan) (struct connman_device *device);
int (*join) (struct connman_device *device,
struct connman_network *network);