|
peapod
0.1.0
EAPOL Proxy Daemon
|
EAPOL MAC Protocol Data Unit (MPDU) format. More...
#include "packet.h"

Data Fields | |
| __be16 | ether_type |
| PAE Ethernet Type. More... | |
| __u8 | proto_ver |
| Protocol Version. More... | |
| __u8 | type |
| Packet Type. More... | |
| __be16 | pkt_body_len |
| Packet Body Length. More... | |
| union { | |
| struct eapol_eap eap | |
| struct eapol_key key | |
| }; | |
| Packet Body. More... | |
EAPOL MAC Protocol Data Unit (MPDU) format.
| __be16 eapol_mpdu::ether_type |
PAE Ethernet Type.
| __u8 eapol_mpdu::proto_ver |
Protocol Version.
| __u8 eapol_mpdu::type |
Packet Type.
| __be16 eapol_mpdu::pkt_body_len |
Packet Body Length.
| struct eapol_eap eapol_mpdu::eap |
| struct eapol_key eapol_mpdu::key |
| union { ... } |
Packet Body.
1.8.11