Structure to store ethernet destination, source and ethertype in event packets. More...
#include <whd_events.h>
Data Fields | |
whd_mac_t | destination_address |
Ethernet destination address. More... | |
whd_mac_t | source_address |
Ethernet source address. More... | |
uint16_t | ethertype |
Ethertype for identifying event packets. More... | |
Structure to store ethernet destination, source and ethertype in event packets.
Definition at line 138 of file whd_events.h.