Go to the documentation of this file.
10 #ifndef CSR_WIFI_LIB_H__
11 #define CSR_WIFI_LIB_H__
26 #define CsrWifiFsmEventInit(evt, p_primtype, p_msgtype, p_dst, p_src) \
27 (evt)->primtype = p_primtype; \
28 (evt)->type = p_msgtype; \
29 (evt)->destination = p_dst; \