summaryrefslogtreecommitdiffstats
path: root/binding-wifi/wifi-connman.h
diff options
context:
space:
mode:
authorMilan Srdinko <msrdinko@alps.cz>2017-02-01 14:30:06 +0100
committerMilan Srdinko <msrdinko@alps.cz>2017-02-13 15:17:42 +0100
commit13d17203d42320370d0253cfb68059fb4ee7f08a (patch)
treeb43fd94dcffd2dc41831cc2d8aba6ee5361c7dc6 /binding-wifi/wifi-connman.h
parent92a31d3d0e2c3ad8c05d341764896a2644c84cf5 (diff)
WiFi: Improve log messages
Change-Id: I180e3af084edfb72492d6155eb9db1964590afd3 Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
Diffstat (limited to 'binding-wifi/wifi-connman.h')
-rw-r--r--binding-wifi/wifi-connman.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/binding-wifi/wifi-connman.h b/binding-wifi/wifi-connman.h
index 90533dd..dfc0d5b 100644
--- a/binding-wifi/wifi-connman.h
+++ b/binding-wifi/wifi-connman.h
@@ -13,16 +13,28 @@
* limitations under the License.
*/
+#define _GNU_SOURCE
+
//#include <dlog.h>
#include <glib.h>
#include <stdlib.h>
#include <gio/gio.h>
#include <glib-object.h>
+#include <afb/afb-binding.h>
+
#ifdef __cplusplus
extern "C" {
#endif
+//
+
+
+/*
+ * the interface to afb-daemon
+ */
+const struct afb_binding_interface *afbitf;
+
/** Maximum Profile Count */
#define CONNMAN_MAX_BUFLEN 512