Home | History | Annotate | Download | only in eapol_supp

Lines Matching refs:eapol

2  * EAPOL supplicant state machines
18 * struct eapol_config - Per network configuration for EAPOL state machines
22 * accept_802_1x_keys - Accept IEEE 802.1X (non-WPA) EAPOL-Key frames
24 * This variable should be set to 1 when using EAPOL state machines
27 * process the EAPOL-Key frames.
34 * required_keys - Which EAPOL-Key packets are required
36 * This variable determines which EAPOL-Key packets are required before
80 * struct eapol_ctx - Global (for all networks) EAPOL state machine context
91 * This EAPOL state machine is used for IEEE 802.11i/RSN
97 * cb - Function to be called when EAPOL negotiation has been completed
98 * @eapol: Pointer to EAPOL state machine data
102 * This optional callback function will be called when the EAPOL
104 * EAPOL state machine to process the key and terminate the EAPOL state
107 void (*cb)(struct eapol_sm *eapol, enum eapol_supp_result result,
136 * This function is called at the successful completion of EAPOL
143 * eapol_send - Send EAPOL packets
145 * @type: EAPOL type (IEEE802_1X_TYPE_*)
146 * @buf: Pointer to EAPOL payload
147 * @len: Length of the EAPOL payload