Searched defs:eapol_sm (Results 1 – 2 of 2) 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 bool eapFail;42 bool eapolEap;43 bool eapSuccess;44 bool initialize;[all …]
177 struct eapol_state_machine *eapol_sm; member