#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "eap_i.h"
#include "wpa_supplicant.h"
#include "config_ssid.h"
Include dependency graph for eap_otp.c:
Go to the source code of this file.
Variables | |
const struct eap_method | eap_method_otp |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file eap_otp.c.
|
Initial value:
{
.method = EAP_TYPE_OTP,
.name = "OTP",
.init = eap_otp_init,
.deinit = eap_otp_deinit,
.process = eap_otp_process,
}
|