[connman]Added support of EAP-FAST,EAP-PWD and EAP-AKA'.
[platform/upstream/connman.git] / src / network.c
index cf74b6d..0e3d4b3 100755 (executable)
@@ -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;