summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-28 02:13:50 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-28 02:13:50 +0100
commitc867b6b07870792c5efe275e2f79cb9ba9595164 (patch)
tree12514194ed69961cb82e2885e79ff9fa6ae46343 /include/device.h
parentf0444b7be4f6b38137796489b2c6a258b431af27 (diff)
downloadconnman-c867b6b07870792c5efe275e2f79cb9ba9595164.tar.gz
connman-c867b6b07870792c5efe275e2f79cb9ba9595164.tar.bz2
connman-c867b6b07870792c5efe275e2f79cb9ba9595164.zip
Add manual policy to device settings
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/device.h b/include/device.h
index 172d9590..b282d032 100644
--- a/include/device.h
+++ b/include/device.h
@@ -56,8 +56,9 @@ enum connman_device_mode {
enum connman_device_policy {
CONNMAN_DEVICE_POLICY_UNKNOWN = 0,
CONNMAN_DEVICE_POLICY_IGNORE = 1,
- CONNMAN_DEVICE_POLICY_AUTO = 2,
- CONNMAN_DEVICE_POLICY_OFF = 3,
+ CONNMAN_DEVICE_POLICY_OFF = 2,
+ CONNMAN_DEVICE_POLICY_AUTO = 3,
+ CONNMAN_DEVICE_POLICY_MANUAL = 4,
};
struct connman_device;