#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 "tls.h"
Include dependency graph for eap_tls.c:
Go to the source code of this file.
Variables | |
const struct eap_method | eap_method_tls |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file eap_tls.c.
|
Initial value:
{
.method = EAP_TYPE_TLS,
.name = "TLS",
.init = eap_tls_init,
.deinit = eap_tls_deinit,
.process = eap_tls_process,
.isKeyAvailable = eap_tls_isKeyAvailable,
.getKey = eap_tls_getKey,
.get_status = eap_tls_get_status,
.has_reauth_data = eap_tls_has_reauth_data,
.deinit_for_reauth = eap_tls_deinit_for_reauth,
.init_for_reauth = eap_tls_init_for_reauth,
}
|