1.2.6.1 WDRV_WINC_AuthCtxIsValid Function

C

bool WDRV_WINC_AuthCtxIsValid(const WDRV_WINC_AUTH_CONTEXT *const pAuthCtx)

Summary

Tests if an authentication context is valid.

Description

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

Precondition

None.

Parameters

ParamDescription
pAuthCtxPointer to an authentication context.

Returns

true or false indicating if context is valid.

Remarks

None.