From 0ebfa46648f633da5d933af0c67277ad49ae4376 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 8 Jan 2008 12:48:05 +0100 Subject: Add support for storing the network identifier --- include/iface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/iface.h b/include/iface.h index 4e2a30c0..a7c9f094 100644 --- a/include/iface.h +++ b/include/iface.h @@ -80,6 +80,7 @@ struct connman_ipv4 { }; struct connman_network { + char *essid; }; struct connman_iface { @@ -93,6 +94,7 @@ struct connman_iface { enum connman_iface_flags flags; enum connman_iface_state state; enum connman_iface_policy policy; + struct connman_network network; struct connman_ipv4 ipv4; struct connman_iface_driver *driver; -- cgit v1.2.3