MCPcopy
hub / github.com/google/gopacket / EAPOL

Struct EAPOL

layers/eapol.go:16–21  ·  view source on GitHub ↗

EAPOL defines an EAP over LAN (802.1x) layer.

Source from the content-addressed store, hash-verified

14
15// EAPOL defines an EAP over LAN (802.1x) layer.
16type EAPOL struct {
17 BaseLayer
18 Version uint8
19 Type EAPOLType
20 Length uint16
21}
22
23// LayerType returns LayerTypeEAPOL.
24func (e *EAPOL) LayerType() gopacket.LayerType { return LayerTypeEAPOL }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected