peapod  0.1.0
EAPOL Proxy Daemon
Data Fields
eapol_key Struct Reference

EAPOL-Key (Key Descriptor) format. More...

#include "packet.h"

Data Fields

__u8 desc_type
 Descriptor Type. More...
 
__be16 key_len
 Key Length. More...
 
__be64 replay_ctr
 Replay Counter. More...
 
__u8 key_iv [16]
 Key Initialization Vector. More...
 
__u8 key_index
 Key Index. More...
 
__u8 key_sig [16]
 Key Signature. More...
 

Detailed Description

EAPOL-Key (Key Descriptor) format.

Note
Should only be used with RC4 key descriptors (now deprecated); however, the desc_type field is valid for all key descriptor types.
See also
IEEE Std 802.1X-2001 §7.6
IEEE Std 802.1X-2010 §11.9

Field Documentation

__u8 eapol_key::desc_type

Descriptor Type.

__be16 eapol_key::key_len

Key Length.

__be64 eapol_key::replay_ctr

Replay Counter.

__u8 eapol_key::key_iv[16]

Key Initialization Vector.

__u8 eapol_key::key_index

Key Index.

__u8 eapol_key::key_sig[16]

Key Signature.


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