Structure to store ethernet header fields in event packets. More...
#include <whd_events.h>
Data Fields | |
uint16_t | subtype |
Vendor specific..32769. More... | |
uint16_t | length |
Length of ethernet header. More... | |
uint8_t | version |
Version is 0. More... | |
uint8_t | oui [3] |
Organizationally Unique Identifier. More... | |
uint16_t | usr_subtype |
User specific data. More... | |
Structure to store ethernet header fields in event packets.
Definition at line 126 of file whd_events.h.