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.
102 * EAP state machine writes this value.
108 * enum eapol_int_var - EAPOL integer state variables for EAP state machine
110 * These variables are used in the interface between EAP peer state machine and
113 * EAP state machine to get and set the variables.
120 * external (to EAP state machine) code must decrement by one every
122 * EAPOL state machine timers. EAP state machine reads and writes this
131 * This structure defines the callback functions that EAP state machine
132 * requires from the lower layer (usually EAPOL state machine) for updating
181 * Returns: Reference to eapReqData (EAP state machine will not free
211 * this callback function can be used to request EAPOL state machine to
213 * request to EAP state machine.
267 * struct eap_config - Configuration for EAP state machine