Lines Matching full:machine
2 * EAP peer state machine functions (RFC 4137)
28 * enum eapol_bool_var - EAPOL boolean state variables for EAP state machine
30 * These variables are used in the interface between EAP peer state machine and
33 * EAP state machine to get and set the variables.
39 * EAP state machine reads and writes this value.
46 * Set to TRUE in lower layer, FALSE in EAP state machine.
53 * EAP state machine writes this value.
60 * Set to TRUE in EAP state machine, FALSE in lower layer.
67 * Set to TRUE in EAP state machine, FALSE in lower layer.
74 * Set to TRUE in lower layer, FALSE in EAP state machine.
101 * enum eapol_int_var - EAPOL integer state variables for EAP state machine
103 * These variables are used in the interface between EAP peer state machine and
106 * EAP state machine to get and set the variables.
113 * external (to EAP state machine) code must decrement by one every
115 * EAPOL state machine timers. EAP state machine reads and writes this
124 * This structure defines the callback functions that EAP state machine
125 * requires from the lower layer (usually EAPOL state machine) for updating
174 * Returns: Reference to eapReqData (EAP state machine will not free
204 * this callback function can be used to request EAPOL state machine to
206 * request to EAP state machine.
249 * struct eap_config - Configuration for EAP state machine