eap_ttls.c File Reference

WPA Supplicant / EAP-TTLS (draft-ietf-pppext-eap-ttls-03.txt). 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 "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


Detailed Description

WPA Supplicant / EAP-TTLS (draft-ietf-pppext-eap-ttls-03.txt).

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_ttls.c.


Variable Documentation

const struct eap_method eap_method_ttls
 

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.


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