Structure to store fields after ethernet header in event message. More...
#include <whd_events.h>
| Data Fields | |
| uint16_t | version | 
| Version.  More... | |
| uint16_t | flags | 
| see flags below  More... | |
| uint32_t | event_type | 
| Event type indicating a response from firmware for IOCTLs/IOVARs sent.  More... | |
| uint32_t | status | 
| Status code corresponding to any event type.  More... | |
| uint32_t | reason | 
| Reason code associated with the event occurred.  More... | |
| uint32_t | auth_type | 
| WLC_E_AUTH: 802.11 AUTH request.  More... | |
| uint32_t | datalen | 
| Length of data in event message.  More... | |
| whd_mac_t | addr | 
| Station address (if applicable)  More... | |
| char | ifname [16] | 
| name of the incoming packet interface  More... | |
| uint8_t | ifidx | 
| destination OS i/f index  More... | |
| uint8_t | bsscfgidx | 
| source bsscfg index  More... | |
Structure to store fields after ethernet header in event message.
Definition at line 148 of file whd_events.h.