1.2.6.13 WDRV_WINC_HTTPProvCtxSetURLWildcard Function

C

WDRV_WINC_STATUS WDRV_WINC_HTTPProvCtxSetURLWildcard
(
WDRV_WINC_HTTP_PROV_CONTEXT *const pHTTPProvCtx,
bool wildcardURL
)

Summary

Define the use of a wildcard URL check.

Description

Indicates if the Soft-AP should map all DNS domain names to the server to capture the clients device.

Precondition

WDRV_WINC_HTTPProvCtxSetDefaults must have been called.

Parameters

ParamDescription
pHTTPProvCtxPointer to provisioning store structure.

Returns

WDRV_WINC_STATUS_OK - The flag is set.

WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.