#include "includes.h"#include "common.h"#include "eap_i.h"
Go to the source code of this file.
Functions | |
| static void | eap_otp_deinit (struct eap_sm *sm, void *priv) |
| static void * | eap_otp_init (struct eap_sm *sm) |
| static struct wpabuf * | eap_otp_process (struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) |
| int | eap_peer_otp_register (void) |
| static void eap_otp_deinit | ( | struct eap_sm * | sm, | |
| void * | priv | |||
| ) | [static] |
| static struct wpabuf* eap_otp_process | ( | struct eap_sm * | sm, | |
| void * | priv, | |||
| struct eap_method_ret * | ret, | |||
| const struct wpabuf * | reqData | |||
| ) | [static, read] |