Lines Matching full:state
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.
37 * EAPOL_eapSuccess - EAP SUCCESS state reached
39 * EAP state machine reads and writes this value.
46 * Set to TRUE in lower layer, FALSE in EAP state machine.
51 * EAPOL_eapFail - EAP FAILURE state reached
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.
81 * EAP state machines reads this value.
88 * EAP state machines reads this value.
95 * EAP state machines reads this value.
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
126 * state variables and requesting information. eapol_ctx from
138 * get_bool - Get a boolean EAPOL state variable
145 * set_bool - Set a boolean EAPOL state variable
154 * get_int - Get an integer EAPOL state variable
162 * set_int - Set an integer EAPOL state variable
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.
231 * notify_status - Notification of the current EAP state
249 * struct eap_config - Configuration for EAP state machine