#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "eap_i.h"
#include "eap_tls_common.h"
#include "wpa_supplicant.h"
#include "config_ssid.h"
#include "ms_funcs.h"
#include "crypto.h"
#include "tls.h"
#include "eap_ttls.h"
Include dependency graph for eap_ttls.c:
Go to the source code of this file.
Variables | |
const struct eap_method | eap_method_ttls |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file eap_ttls.c.
|
Initial value:
{
.method = EAP_TYPE_TTLS,
.name = "TTLS",
.init = eap_ttls_init,
.deinit = eap_ttls_deinit,
.process = eap_ttls_process,
.isKeyAvailable = eap_ttls_isKeyAvailable,
.getKey = eap_ttls_getKey,
.get_status = eap_ttls_get_status,
.has_reauth_data = eap_ttls_has_reauth_data,
.deinit_for_reauth = eap_ttls_deinit_for_reauth,
.init_for_reauth = eap_ttls_init_for_reauth,
}
Definition at line 1348 of file eap_ttls.c. |