Lines Matching full:machine
2 * EAP peer state machine functions (RFC 4137)
29 * enum eapol_bool_var - EAPOL boolean state variables for EAP state machine
31 * These variables are used in the interface between EAP peer state machine and
34 * EAP state machine to get and set the variables.
40 * EAP state machine reads and writes this value.
47 * Set to true in lower layer, false in EAP state machine.
54 * EAP state machine writes this value.
61 * Set to true in EAP state machine, false in lower layer.
68 * Set to true in EAP state machine, false in lower layer.
75 * Set to true in lower layer, false in EAP state machine.
103 * EAP state machine writes this value.
109 * enum eapol_int_var - EAPOL integer state variables for EAP state machine
111 * These variables are used in the interface between EAP peer state machine and
114 * EAP state machine to get and set the variables.
121 * external (to EAP state machine) code must decrement by one every
123 * EAPOL state machine timers. EAP state machine reads and writes this
132 * This structure defines the callback functions that EAP state machine
133 * 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.
287 * struct eap_config - Configuration for EAP state machine