|
iPXE
|
An EAPoL handler. More...
#include <eapol.h>
Data Fields | |
| uint8_t | type |
| Type. More... | |
| int(* | rx )(struct eapol_supplicant *supplicant, struct io_buffer *iobuf, const void *ll_source) |
| Process received packet. More... | |
| uint8_t eapol_handler::type |
| int( * eapol_handler::rx) (struct eapol_supplicant *supplicant, struct io_buffer *iobuf, const void *ll_source) |
Process received packet.
| supplicant | EAPoL supplicant |
| iobuf | I/O buffer |
| ll_source | Link-layer source address |
| rc | Return status code |
This method takes ownership of the I/O buffer.
Definition at line 69 of file eapol.h.
Referenced by eapol_rx().
1.8.15