TNC: Added preliminary TNC implementation for hostapd
authorJouni Malinen <j@w1.fi>
Sun, 9 Mar 2008 08:37:18 +0000 (10:37 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 9 Mar 2008 08:37:18 +0000 (10:37 +0200)
commitda08a7c732263621d2b18ac6482fdc148031c0d9
tree09f23b9a7d212c5a2e951e5192e328a7f9b15f6d
parent8e888179e1dcfc53e6770be53226668a4137ee5f
TNC: Added preliminary TNC implementation for hostapd

This adds EAP-TNC method and TNCS (IF-IMV and IF-TNCCS) functionality.
There is no integration with EAP-TTLS and EAP-FAST at this point, so this
version is not yet suitable for real use (i.e., EAP-TNC can only be tested
outside a tunnel which is not an allowed configuration for deployment).
However, the basic TNCS functionality is more or less complete and this
version seems to interoperate with wpa_supplicant.
hostapd/Makefile
hostapd/config.c
hostapd/config.h
hostapd/hostapd.c
src/eap_server/eap_methods.c
src/eap_server/eap_tnc.c [new file with mode: 0644]
src/eap_server/tncs.c [new file with mode: 0644]
src/eap_server/tncs.h [new file with mode: 0644]