peapod  0.1.0
EAPOL Proxy Daemon
Data Fields
eapol_mpdu Struct Reference

EAPOL MAC Protocol Data Unit (MPDU) format. More...

#include "packet.h"

Collaboration diagram for eapol_mpdu:
Collaboration graph
[legend]

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...
 

Detailed Description

EAPOL MAC Protocol Data Unit (MPDU) format.

See also
IEEE Std 802.1X-2010 ยง11.3

Field Documentation

__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.


The documentation for this struct was generated from the following file: