Searched defs:eapol_sm (Results 1 – 4 of 4) sorted by relevance
32 struct eapol_sm { struct34 unsigned int authWhile;35 unsigned int heldWhile;36 unsigned int startWhen;37 unsigned int idleWhile; /* for EAP state machine */38 int timer_tick_enabled;41 Boolean eapFail;42 Boolean eapolEap;43 Boolean eapSuccess;44 Boolean initialize;[all …]
32 struct eapol_sm { struct34 unsigned int authWhile;35 unsigned int heldWhile;36 unsigned int startWhen;37 unsigned int idleWhile; /* for EAP state machine */38 int timer_tick_enabled;41 bool eapFail;42 bool eapolEap;43 bool eapSuccess;44 bool initialize;[all …]
136 struct eapol_state_machine *eapol_sm; member
178 struct eapol_state_machine *eapol_sm; member