aboutsummaryrefslogtreecommitdiff
path: root/src/eapol_auth/eapol_auth_sm_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eapol_auth/eapol_auth_sm_i.h')
-rw-r--r--src/eapol_auth/eapol_auth_sm_i.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/eapol_auth/eapol_auth_sm_i.h b/src/eapol_auth/eapol_auth_sm_i.h
index 3c689831..a0cef0f8 100644
--- a/src/eapol_auth/eapol_auth_sm_i.h
+++ b/src/eapol_auth/eapol_auth_sm_i.h
@@ -171,6 +171,10 @@ struct eapol_state_machine {
int remediation;
u64 acct_multi_session_id;
+
+ unsigned int authenticated; /* The number of times authentication has
+ * been completed successfully. */
+ bool stopped;
};
#endif /* EAPOL_AUTH_SM_I_H */