eap_pax.c File Reference

WPA Supplicant / EAP-PAX (draft-clancy-eap-pax-04.txt). More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "eap_i.h"
#include "wpa_supplicant.h"
#include "config_ssid.h"
#include "eap_pax_common.h"
#include "sha1.h"
#include "crypto.h"

Include dependency graph for eap_pax.c:

Go to the source code of this file.

Variables

const struct eap_method eap_method_pax


Detailed Description

WPA Supplicant / EAP-PAX (draft-clancy-eap-pax-04.txt).

Copyright
Copyright (c) 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_pax.c.


Variable Documentation

const struct eap_method eap_method_pax
 

Initial value:

{
        .method = EAP_TYPE_PAX,
        .name = "PAX",
        .init = eap_pax_init,
        .deinit = eap_pax_deinit,
        .process = eap_pax_process,
        .isKeyAvailable = eap_pax_isKeyAvailable,
        .getKey = eap_pax_getKey,
}

Definition at line 502 of file eap_pax.c.


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