Home
last modified time | relevance | path

Searched defs:whd_event_msg (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_events.h158 struct whd_event_msg struct
160 uint16_t version; /**< Version */
161 uint16_t flags; /**< see flags below */
162 …vent_type; /**< Event type indicating a response from firmware for IOCTLs/IOVARs sent */
163 uint32_t status; /**< Status code corresponding to any event type */
164 uint32_t reason; /**< Reason code associated with the event occurred */
165 uint32_t auth_type; /**< WLC_E_AUTH: 802.11 AUTH request */
166 uint32_t datalen; /**< Length of data in event message */
167 whd_mac_t addr; /**< Station address (if applicable) */
168 char ifname[WHD_MSG_IFNAME_MAX]; /**< name of the incoming packet interface */
[all …]
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_events_int.h469 struct whd_event_msg struct
471 uint16_t version;
472 uint16_t flags; /* see flags below */
473 uint32_t event_type; /* Message (see below) */
474 uint32_t status; /* Status code (see below) */
475 uint32_t reason; /* Reason code (if applicable) */
476 uint32_t auth_type; /* WLC_E_AUTH */
477 uint32_t datalen; /* data buf */
478 whd_mac_t addr; /* Station address (if applicable) */
479 char ifname[WHD_MSG_IFNAME_MAX]; /* name of the packet incoming interface */
[all …]