1.1.12.5 WDRV_WINC_CUST_IE_STORE_CONTEXT Struct

typedef struct

{

/* Maximum length of the IE store data. */

uint8_t maxLength;

/* Current length of data in the store. */

uint8_t curLength;

/* IE data in store. */

uint8_t ieData[];

} WDRV_WINC_CUST_IE_STORE_CONTEXT;

C

Summary

Defines the storage used for holding custom IEs.

Description

Custom IEs are past to the Soft-AP via the custom IE store which packages the IEs together.

Remarks

None.