Share EAP-TLS/PEAP/TTLS/FAST core process() functionality
authorJouni Malinen <j@w1.fi>
Wed, 28 May 2008 14:15:17 +0000 (17:15 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 28 May 2008 14:15:17 +0000 (17:15 +0300)
commitcda97d11bb4a0fe73b090b852d48e670ad220ab4
tree58e4d0b51f93aadc0b40917c0a397ac2d4692579
parent3c724cc564911f9ef217f24dac1fa2b2d8f7d31c
Share EAP-TLS/PEAP/TTLS/FAST core process() functionality

Move the basic processing of received frames into eap_tls_common.c and use
callback functions to handle EAP type specific processing of the version
field and payload.
src/eap_server/eap_fast.c
src/eap_server/eap_peap.c
src/eap_server/eap_tls.c
src/eap_server/eap_tls_common.c
src/eap_server/eap_tls_common.h
src/eap_server/eap_ttls.c