summaryrefslogtreecommitdiff
path: root/tools/supplicant.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-23 05:31:21 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-23 05:31:21 -0800
commitf034d0bca38b1fca601fdeafbd9aaa78debd0b6f (patch)
tree61a50e9bfb8e379ed21fb3a2c8e247db9e422c27 /tools/supplicant.h
parent12e1ac58c3f4728079a9d5053c5d1fc722df2b8c (diff)
downloadconnman-f034d0bca38b1fca601fdeafbd9aaa78debd0b6f.tar.gz
connman-f034d0bca38b1fca601fdeafbd9aaa78debd0b6f.tar.bz2
connman-f034d0bca38b1fca601fdeafbd9aaa78debd0b6f.zip
Add code for retrieving supplicant global properties
Diffstat (limited to 'tools/supplicant.h')
-rw-r--r--tools/supplicant.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/supplicant.h b/tools/supplicant.h
new file mode 100644
index 00000000..14651084
--- /dev/null
+++ b/tools/supplicant.h
@@ -0,0 +1,23 @@
+/*
+ *
+ * Connection Manager
+ *
+ * Copyright (C) 2007-2009 Intel Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+int supplicant_init(void);
+void supplicant_exit(void);