Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Validates the user and password combination with known users.

Files

auth.h / auth.c

Prototype

Code Block
languagecpp
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.

...