eap_peap.c File Reference

WPA Supplicant / EAP-PEAP (draft-josefsson-pppext-eap-tls-eap-07.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 "tls.h"
#include "eap_tlv.h"

Include dependency graph for eap_peap.c:

Go to the source code of this file.

Defines

#define EAP_PEAP_VERSION   1

Variables

const struct eap_method eap_method_peap


Detailed Description

WPA Supplicant / EAP-PEAP (draft-josefsson-pppext-eap-tls-eap-07.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_peap.c.


Variable Documentation

const struct eap_method eap_method_peap
 

Initial value:

{
        .method = EAP_TYPE_PEAP,
        .name = "PEAP",
        .init = eap_peap_init,
        .deinit = eap_peap_deinit,
        .process = eap_peap_process,
        .isKeyAvailable = eap_peap_isKeyAvailable,
        .getKey = eap_peap_getKey,
        .get_status = eap_peap_get_status,
        .has_reauth_data = eap_peap_has_reauth_data,
        .deinit_for_reauth = eap_peap_deinit_for_reauth,
        .init_for_reauth = eap_peap_init_for_reauth,
}

Definition at line 810 of file eap_peap.c.


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