1.1.6.8 WDRV_WINC_HTTP_PROV_CONTEXT Struct

typedef struct

{

/* Flag indicating if any URL is mapped to the provisioning server. */

bool wildcardURL;

/* Domain name of provisioning server. */

char domainName[64+1];

/* Pointer to callback to signal provisioning information. */

WDRV_WINC_HTTPPROV_INFO_CALLBACK pfProvConnectInfoCB;

} WDRV_WINC_HTTP_PROV_CONTEXT;

C

Summary

HTTP provisioning context definition.

Description

This structure contains the provisioning information needed when creating a Soft-AP via WDRV_WINC_APStart.

Remarks

None.