1.1.7.8 WDRV_WINC_AuthCtxIsValid

C

bool WDRV_WINC_AuthCtxIsValid
(
    const WDRV_WINC_AUTH_CONTEXT *const pAuthCtx
)

Description

Tests the elements of the authentication context to judge if their values are legal.

Precondition

None.

Parameters

ParametersDescription
pAuthCtxPointer to an authentication context.

Returns

  • true - Context is valid.

  • false - Context is not valid.

Remarks

None.