1.2.6.9 WDRV_WINC_HTTPPROV_INFO_CALLBACK Typedef

C

typedef void (*WDRV_WINC_HTTPPROV_INFO_CALLBACK)

Summary

HTTP provisioning callback for connect information.

Description

This callback is used to signal the desired SSID and authentication contexts selected via provisioning.

Parameters

ParamDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
pSSIDPointer to selected SSID.
pAuthCtxPointer to selected authentication context.
provisionedFlag indicating provision success.

Returns

None.

Remarks

None.