1.2.12.4 WDRV_WINC_CUST_IE Struct
C
typedef struct { /* ID. */ uint8_t id; /* Length of data. */ uint8_t length; /* Data. */ uint8_t data[]; } WDRV_WINC_CUST_IE;
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.