EAP-FAST server (RFC 4851). More...
#include "includes.h"#include "common.h"#include "aes_wrap.h"#include "sha1.h"#include "eap_i.h"#include "eap_tls_common.h"#include "tls.h"#include "eap_common/eap_tlv_common.h"#include "eap_common/eap_fast_common.h"
Go to the source code of this file.
Data Structures | |
| struct | eap_fast_data |
Defines | |
| #define | PAC_OPAQUE_TYPE_PAD 0 |
| #define | PAC_OPAQUE_TYPE_KEY 1 |
| #define | PAC_OPAQUE_TYPE_LIFETIME 2 |
| #define | PAC_OPAQUE_TYPE_IDENTITY 3 |
Functions | |
| int | eap_server_fast_register (void) |
EAP-FAST server (RFC 4851).
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_fast.c.
1.6.1