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.
whd_mac_t addr |
Station address (if applicable)
Definition at line 157 of file whd_events.h.
uint32_t auth_type |
WLC_E_AUTH: 802.11 AUTH request.
Definition at line 155 of file whd_events.h.
uint8_t bsscfgidx |
source bsscfg index
Definition at line 160 of file whd_events.h.
uint32_t datalen |
Length of data in event message.
Definition at line 156 of file whd_events.h.
uint32_t event_type |
Event type indicating a response from firmware for IOCTLs/IOVARs sent.
Definition at line 152 of file whd_events.h.
uint16_t flags |
see flags below
Definition at line 151 of file whd_events.h.
uint8_t ifidx |
destination OS i/f index
Definition at line 159 of file whd_events.h.
char ifname[16 ] |
name of the incoming packet interface
Definition at line 158 of file whd_events.h.
uint32_t reason |
Reason code associated with the event occurred.
Definition at line 154 of file whd_events.h.
uint32_t status |
Status code corresponding to any event type.
Definition at line 153 of file whd_events.h.
uint16_t version |
Version.
Definition at line 150 of file whd_events.h.