Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:otp

1454 		field = "OTP";
1553 * @msg: Message to be displayed to the user when asking for OTP
1556 * EAP methods can call this function to request open time password (OTP) for
1809 return config->otp;
1817 * This function clears a used one-time password (OTP) from the current network
1818 * configuration. This should be called when the OTP has been used and is not
1826 os_memset(config->otp, 0, config->otp_len);
1827 os_free(config->otp);
1828 config->otp = NULL;