Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:otp

2  * EAP peer method: EAP-OTP (RFC 3748)
45 int otp;
54 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-OTP: Request message",
59 otp = 1;
62 otp = 0;
66 wpa_printf(MSG_INFO, "EAP-OTP: Password not configured");
84 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-OTP: Response",
87 if (otp) {
88 wpa_printf(MSG_DEBUG, "EAP-OTP: Forgetting used password");
102 EAP_VENDOR_IETF, EAP_TYPE_OTP, "OTP");