1.1.12.4 WDRV_WINC_CUST_IE Struct
typedef struct
{
/* ID. */
uint8_t id;
/* Length of data. */
uint8_t length;
/* Data. */
uint8_t data[];
} WDRV_WINC_CUST_IE;
C
Summary
Defines the format of a custom IE.
Description
Custom IEs consist of an ID, length and data.
Remarks
This definition does not allocate any storage for data.