Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:otp

1451 		field = "OTP";
1567 * @msg: Message to be displayed to the user when asking for OTP
1570 * EAP methods can call this function to request open time password (OTP) for
1802 return config->otp;
1810 * This function clears a used one-time password (OTP) from the current network
1811 * configuration. This should be called when the OTP has been used and is not
1819 os_memset(config->otp, 0, config->otp_len);
1820 os_free(config->otp);
1821 config->otp = NULL;