summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-08-09 23:07:38 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-08-09 23:09:02 +0200
commit5a44160d91e5214c0506cae8c79e13d994031200 (patch)
tree98c635919a07fa7cb7a3e790f05f97174cee471f /src/connman.h
parentae3b3b3ea9df42424964cb18df943747367271eb (diff)
downloadconnman-5a44160d91e5214c0506cae8c79e13d994031200.tar.gz
connman-5a44160d91e5214c0506cae8c79e13d994031200.tar.bz2
connman-5a44160d91e5214c0506cae8c79e13d994031200.zip
Add BLOCKED technology state
A technology is in BLOCKED state if all of its devices are rfkill blocked.
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index d5c4e53d..b1502ad4 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -339,6 +339,7 @@ void __connman_device_set_phyindex(struct connman_device *device,
int phyindex);
int __connman_device_set_blocked(struct connman_device *device,
connman_bool_t blocked);
+connman_bool_t __connman_device_get_blocked(struct connman_device *device);
void __connman_device_increase_connections(struct connman_device *device);
void __connman_device_decrease_connections(struct connman_device *device);