summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-03-25 13:36:19 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-03-25 13:36:19 +0100
commitea61bb44c4f6057a0002366838ee5550d07fa784 (patch)
treee923140c7f2eb1f860e86fb67d3d282196b298ab /include/device.h
parentf4261c4f1c66526112b83f3ba777ce88c5dfe3e5 (diff)
downloadconnman-ea61bb44c4f6057a0002366838ee5550d07fa784.tar.gz
connman-ea61bb44c4f6057a0002366838ee5550d07fa784.tar.bz2
connman-ea61bb44c4f6057a0002366838ee5550d07fa784.zip
Add support for join device driver callback
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 e4a735f1..c0042a9e 100644
--- a/include/device.h
+++ b/include/device.h
@@ -122,6 +122,8 @@ struct connman_device_driver {
int (*enable) (struct connman_device *device);
int (*disable) (struct connman_device *device);
int (*scan) (struct connman_device *device);
+ int (*join) (struct connman_device *device,
+ struct connman_network *network);
};
extern int connman_device_driver_register(struct connman_device_driver *driver);