Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:password

1493 		field = "PASSWORD";
1494 txt = "Password";
1499 txt = "New Password";
1567 * eap_sm_request_password - Request password from user (ctrl_iface)
1570 * EAP methods can call this function to request password information for the
1571 * current network. This is normally called when the password is not included
1582 * eap_sm_request_new_password - Request new password from user (ctrl_iface)
1585 * EAP methods can call this function to request new password information for
1587 * that the current password has expired and password change is required. The
1612 * eap_sm_request_otp - Request one time password from user (ctrl_iface)
1617 * EAP methods can call this function to request open time password (OTP) for
1806 * eap_get_config_password - Get password from the network configuration
1808 * @len: Buffer for the length of the password
1809 * Returns: Pointer to the password or %NULL if not found
1817 return config->password;
1822 * eap_get_config_password2 - Get password from the network configuration
1824 * @len: Buffer for the length of the password
1825 * @hash: Buffer for returning whether the password is stored as a
1826 * NtPasswordHash instead of plaintext password; can be %NULL if this
1828 * Returns: Pointer to the password or %NULL if not found
1838 return config->password;
1843 * eap_get_config_new_password - Get new password from network configuration
1845 * @len: Buffer for the length of the new password
1846 * Returns: Pointer to the new password or %NULL if not found
1859 * eap_get_config_otp - Get one-time password from the network configuration
1861 * @len: Buffer for the length of the one-time password
1862 * Returns: Pointer to the one-time password or %NULL if not found
1875 * eap_clear_config_otp - Clear used one-time password
1878 * This function clears a used one-time password (OTP) from the current network