Deleted Added
full compact
eapol_auth_sm_i.h (252726) eapol_auth_sm_i.h (281806)
1/*
2 * IEEE 802.1X-2004 Authenticator - EAPOL state machine (internal definitions)
3 * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
4 *
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
7 */
8

--- 16 unchanged lines hidden (view full) ---

25 * struct eapol_authenticator - Global EAPOL authenticator data
26 */
27struct eapol_authenticator {
28 struct eapol_auth_config conf;
29 struct eapol_auth_cb cb;
30
31 u8 *default_wep_key;
32 u8 default_wep_key_idx;
1/*
2 * IEEE 802.1X-2004 Authenticator - EAPOL state machine (internal definitions)
3 * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
4 *
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
7 */
8

--- 16 unchanged lines hidden (view full) ---

25 * struct eapol_authenticator - Global EAPOL authenticator data
26 */
27struct eapol_authenticator {
28 struct eapol_auth_config conf;
29 struct eapol_auth_cb cb;
30
31 u8 *default_wep_key;
32 u8 default_wep_key_idx;
33
34 u32 acct_multi_session_id_hi;
35 u32 acct_multi_session_id_lo;
33};
34
35
36/**
37 * struct eapol_state_machine - Per-Supplicant Authenticator state machines
38 */
39struct eapol_state_machine {
40 /* timers */

--- 127 unchanged lines hidden (view full) ---

168 struct eap_sm *eap;
169
170 Boolean initializing; /* in process of initializing state machines */
171 Boolean changed;
172
173 struct eapol_authenticator *eapol;
174
175 void *sta; /* station context pointer to use in callbacks */
36};
37
38
39/**
40 * struct eapol_state_machine - Per-Supplicant Authenticator state machines
41 */
42struct eapol_state_machine {
43 /* timers */

--- 127 unchanged lines hidden (view full) ---

171 struct eap_sm *eap;
172
173 Boolean initializing; /* in process of initializing state machines */
174 Boolean changed;
175
176 struct eapol_authenticator *eapol;
177
178 void *sta; /* station context pointer to use in callbacks */
179
180 int remediation;
181
182 u32 acct_multi_session_id_hi;
183 u32 acct_multi_session_id_lo;
176};
177
178#endif /* EAPOL_AUTH_SM_I_H */
184};
185
186#endif /* EAPOL_AUTH_SM_I_H */