Home | History | Annotate | Download | only in eapol_supp

Lines Matching refs:eapol

2  * EAPOL supplicant state machines
24 * struct eapol_config - Per network configuration for EAPOL state machines
28 * accept_802_1x_keys - Accept IEEE 802.1X (non-WPA) EAPOL-Key frames
30 * This variable should be set to 1 when using EAPOL state machines
33 * process the EAPOL-Key frames.
40 * required_keys - Which EAPOL-Key packets are required
42 * This variable determines which EAPOL-Key packets are required before
68 * struct eapol_ctx - Global (for all networks) EAPOL state machine context
79 * This EAPOL state machine is used for IEEE 802.11i/RSN
85 * cb - Function to be called when EAPOL negotiation has been completed
86 * @eapol: Pointer to EAPOL state machine data
90 * This optional callback function will be called when the EAPOL
92 * EAPOL state machine to process the key and terminate the EAPOL state
95 void (*cb)(struct eapol_sm *eapol, int success, void *ctx);
123 * This function is called at the successful completion of EAPOL
130 * eapol_send - Send EAPOL packets
132 * @type: EAPOL type (IEEE802_1X_TYPE_*)
133 * @buf: Pointer to EAPOL payload
134 * @len: Length of the EAPOL payload