summaryrefslogtreecommitdiff
path: root/include/element.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/element.h')
-rw-r--r--include/element.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/element.h b/include/element.h
index fedc4079..96031db2 100644
--- a/include/element.h
+++ b/include/element.h
@@ -100,6 +100,11 @@ struct connman_element {
gchar *broadcast;
gchar *nameserver;
} ipv4;
+
+ struct {
+ gchar *security;
+ gchar *passphrase;
+ } wifi;
};
#define connman_element_lock(element) g_static_mutex_lock(&(element)->mutex)