summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-28 02:18:36 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-28 02:18:36 +0100
commitc5d973cf54a9fe54ec4e82a5780144b3b1f0afb0 (patch)
treea97db1481d8f3fae3302dd77e14e4e9965247b90 /src
parentc867b6b07870792c5efe275e2f79cb9ba9595164 (diff)
downloadconnman-c5d973cf54a9fe54ec4e82a5780144b3b1f0afb0.tar.gz
connman-c5d973cf54a9fe54ec4e82a5780144b3b1f0afb0.tar.bz2
connman-c5d973cf54a9fe54ec4e82a5780144b3b1f0afb0.zip
Add function to change initial policy setting
Diffstat (limited to 'src')
-rw-r--r--src/device.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/device.c b/src/device.c
index 0a7fe053..d74b6349 100644
--- a/src/device.c
+++ b/src/device.c
@@ -576,6 +576,19 @@ const char *connman_device_get_interface(struct connman_device *device)
}
/**
+ * connman_device_set_policy:
+ * @device: device structure
+ * @policy: power and connection policy
+ *
+ * Change power and connection policy of device
+ */
+void connman_device_set_policy(struct connman_device *device,
+ enum connman_device_policy policy)
+{
+ device->policy = policy;
+}
+
+/**
* connman_device_set_mode:
* @device: device structure
* @mode: network mode