![]() |
Wi-Fi Host Driver (WHD) Public API Reference Guide | |
Structure to store fields after ethernet header in event message.
Data Fields | |
| uint16_t | version |
| Version. | |
| uint16_t | flags |
| see flags below | |
| uint32_t | event_type |
| Event type indicating a response from firmware for IOCTLs/IOVARs sent. | |
| uint32_t | status |
| Status code corresponding to any event type. | |
| uint32_t | reason |
| Reason code associated with the event occurred. | |
| uint32_t | auth_type |
| WLC_E_AUTH: 802.11 AUTH request. | |
| uint32_t | datalen |
| Length of data in event message. | |
| whd_mac_t | addr |
| Station address (if applicable) | |
| char | ifname [WHD_MSG_IFNAME_MAX] |
| name of the incoming packet interface | |
| uint8_t | ifidx |
| destination OS i/f index | |
| uint8_t | bsscfgidx |
| source bsscfg index | |