Description
Validates the user and password combination with known users.
Files
auth.h / auth.c
Prototype
Code Block | ||
---|---|---|
| ||
CPU_BOOLEAN Auth_ValidateCredentials (const CPU_CHAR *p_name,
const CPU_CHAR *p_pwd,
AUTH_USER *p_user,
RTOS_ERR *p_err) |
Arguments
p_name
NULL-terminated string containing the name of the user.
...