eap_tls.c File Reference

WPA Supplicant / EAP-TLS (RFC 2716). More...

#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


Detailed Description

WPA Supplicant / EAP-TLS (RFC 2716).

Copyright
Copyright (c) 2004-2005, Jouni Malinen <[email protected]>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

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.


Variable Documentation

const struct eap_method eap_method_tls
 

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,
}

Definition at line 225 of file eap_tls.c.


Generated on Sat May 6 21:15:47 2006 for wpa_supplicant by  doxygen 1.4.2