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.
| uint16_t length | 
Length of ethernet header.
Definition at line 129 of file whd_events.h.
| uint8_t oui[3] | 
Organizationally Unique Identifier.
Definition at line 131 of file whd_events.h.
| uint16_t subtype | 
Vendor specific..32769.
Definition at line 128 of file whd_events.h.
| uint16_t usr_subtype | 
User specific data.
Definition at line 132 of file whd_events.h.
| uint8_t version | 
Version is 0.
Definition at line 130 of file whd_events.h.