• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/wpa/src/eap_peer/

Lines Matching refs:password

2482  * eap_sm_request_password - Request password from user (ctrl_iface)
2485 * EAP methods can call this function to request password information for the
2486 * current network. This is normally called when the password is not included
2497 * eap_sm_request_new_password - Request new password from user (ctrl_iface)
2500 * EAP methods can call this function to request new password information for
2502 * that the current password has expired and password change is required. The
2527 * eap_sm_request_otp - Request one time password from user (ctrl_iface)
2532 * EAP methods can call this function to request open time password (OTP) for
2736 if (config->password == NULL)
2742 os_memcpy(name, config->password, config->password_len);
2753 * eap_get_config_password - Get password from the network configuration
2755 * @len: Buffer for the length of the password
2756 * Returns: Pointer to the password or %NULL if not found
2772 return config->password;
2777 * eap_get_config_password2 - Get password from the network configuration
2779 * @len: Buffer for the length of the password
2780 * @hash: Buffer for returning whether the password is stored as a
2781 * NtPasswordHash instead of plaintext password; can be %NULL if this
2783 * Returns: Pointer to the password or %NULL if not found
2803 return config->password;
2808 * eap_get_config_new_password - Get new password from network configuration
2810 * @len: Buffer for the length of the new password
2811 * Returns: Pointer to the new password or %NULL if not found
2824 * eap_get_config_otp - Get one-time password from the network configuration
2826 * @len: Buffer for the length of the one-time password
2827 * Returns: Pointer to the one-time password or %NULL if not found
2840 * eap_clear_config_otp - Clear used one-time password
2843 * This function clears a used one-time password (OTP) from the current network