hostapd / EAP-TTLS (RFC 5281) More...
#include "includes.h"
#include "common.h"
#include "eap_server/eap_i.h"
#include "eap_server/eap_tls_common.h"
#include "ms_funcs.h"
#include "sha1.h"
#include "eap_common/chap.h"
#include "tls.h"
#include "eap_common/eap_ttls.h"
Go to the source code of this file.
Data Structures | |
struct | eap_ttls_data |
struct | eap_ttls_avp |
Defines | |
#define | EAP_TTLS_VERSION 0 |
#define | MSCHAPV2_KEY_LEN 16 |
Functions | |
int | eap_server_ttls_register (void) |
hostapd / EAP-TTLS (RFC 5281)
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.