summaryrefslogtreecommitdiff
path: root/src/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network.c')
-rwxr-xr-xsrc/network.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network.c b/src/network.c
index cf74b6d5..0e3d4b34 100755
--- a/src/network.c
+++ b/src/network.c
@@ -115,6 +115,10 @@ struct connman_network {
int disconnect_reason;
int assoc_status_code;
GSList *vsie_list;
+ /*
+ * Only for EAP-FAST
+ */
+ char *phase1;
#endif
} wifi;