Go to the source code of this file.
|
| CsrWifiFsmEvent * | CsrWifiEvent_struct (u16 primtype, u16 msgtype, CsrSchedQid dst, CsrSchedQid src) |
| |
| CsrWifiEventCsrUint8 * | CsrWifiEventCsrUint8_struct (u16 primtype, u16 msgtype, CsrSchedQid dst, CsrSchedQid src, u8 value) |
| |
| CsrWifiEventCsrUint16 * | CsrWifiEventCsrUint16_struct (u16 primtype, u16 msgtype, CsrSchedQid dst, CsrSchedQid src, u16 value) |
| |
| CsrWifiEventCsrUint32 * | CsrWifiEventCsrUint32_struct (u16 primtype, u16 msgtype, CsrSchedQid dst, CsrSchedQid src, u32 value) |
| |
| CsrWifiEventCsrUint16CsrUint8 * | CsrWifiEventCsrUint16CsrUint8_struct (u16 primtype, u16 msgtype, CsrSchedQid dst, CsrSchedQid src, u16 value16, u8 value8) |
| |
| #define CsrWifiFsmEventInit |
( |
|
evt, |
|
|
|
p_primtype, |
|
|
|
p_msgtype, |
|
|
|
p_dst, |
|
|
|
p_src |
|
) |
| |
Value:(
evt)->primtype = p_primtype; \
(
evt)->destination = p_dst; \
Definition at line 26 of file csr_wifi_lib.h.