summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-22 20:18:16 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-22 20:18:16 +0200
commitbb41ed268154c266212055fdd6d3f381784cc62f (patch)
tree01fc4b5b871978f2f1d198bc69545fb6eaf39f1f /src/connman.h
parentbcecacfaf462336fdcc36cf61354311069db3c5e (diff)
downloadconnman-bb41ed268154c266212055fdd6d3f381784cc62f.tar.gz
connman-bb41ed268154c266212055fdd6d3f381784cc62f.tar.bz2
connman-bb41ed268154c266212055fdd6d3f381784cc62f.zip
Add support for RFKILL changes of the WiFi subsystem
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 0519ac5e..d23ff634 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -204,6 +204,7 @@ int __connman_udev_init(void);
void __connman_udev_cleanup(void);
char *__connman_udev_get_devtype(const char *ifname);
char *__connman_udev_get_mbm_devnode(const char *ifname);
+void __connman_udev_rfkill(const char *sysname, connman_bool_t blocked);
#include <connman/device.h>
@@ -212,6 +213,13 @@ void __connman_device_cleanup(void);
enum connman_service_type __connman_device_get_service_type(struct connman_device *device);
+int __connman_device_get_phyindex(struct connman_device *device);
+void __connman_device_set_phyindex(struct connman_device *device,
+ int phyindex);
+int __connman_device_set_blocked(struct connman_device *device,
+ connman_bool_t blocked);
+
+
void __connman_device_increase_connections(struct connman_device *device);
void __connman_device_decrease_connections(struct connman_device *device);