Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:password

1436 		field = "PASSWORD";
1437 txt = "Password";
1442 txt = "New Password";
1520 * eap_sm_request_password - Request password from user (ctrl_iface)
1523 * EAP methods can call this function to request password information for the
1524 * current network. This is normally called when the password is not included
1535 * eap_sm_request_new_password - Request new password from user (ctrl_iface)
1538 * EAP methods can call this function to request new password information for
1540 * that the current password has expired and password change is required. The
1565 * eap_sm_request_otp - Request one time password from user (ctrl_iface)
1570 * EAP methods can call this function to request open time password (OTP) for
1759 * eap_get_config_password - Get password from the network configuration
1761 password
1762 * Returns: Pointer to the password or %NULL if not found
1770 return config->password;
1775 * eap_get_config_new_password - Get new password from network configuration
1777 * @len: Buffer for the length of the new password
1778 * Returns: Pointer to the new password or %NULL if not found
1791 * eap_get_config_otp - Get one-time password from the network configuration
1793 * @len: Buffer for the length of the one-time password
1794 * Returns: Pointer to the one-time password or %NULL if not found
1807 * eap_clear_config_otp - Clear used one-time password
1810 * This function clears a used one-time password (OTP) from the current network