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