hostapd/src/eap_server
Jouni Malinen aba8dc82fc EAP-PEAP server: Support vendor EAP types in Phase 2
This was already allowed with EAP-PEAP, but EAP-TEAP was hardcoded to
use only the non-expanded EAP types. Extend that to allow vendor EAP
types to be used.

Signed-off-by: Jouni Malinen <j@w1.fi>
2019-08-17 16:17:42 +03:00
..
eap.h EAP-TEAP server: Testing mechanism for Result TLV in a separate message 2019-08-17 00:08:47 +03:00
eap_i.h Replace EapType typedef with enum eap_type 2019-08-17 11:36:20 +03:00
eap_methods.h Replace EapType typedef with enum eap_type 2019-08-17 11:36:20 +03:00
eap_server.c Replace EapType typedef with enum eap_type 2019-08-17 11:36:20 +03:00
eap_server_aka.c EAP-SIM/AKA server: Allow pseudonym/fast reauth to be disabled 2019-08-01 10:36:11 +03:00
eap_server_eke.c Use os_memdup() 2017-03-07 13:19:10 +02:00
eap_server_fast.c EAP-FAST server: Support vendor EAP types in Phase 2 2019-08-17 16:15:57 +03:00
eap_server_gpsk.c EAP-GPSK server: Fix memory freeing on error path 2019-04-19 17:08:27 +03:00
eap_server_gtc.c Use os_memdup() 2017-03-07 13:19:10 +02:00
eap_server_identity.c EAP server: Simplify EAP method registration call 2016-01-13 23:35:53 +02:00
eap_server_ikev2.c Silence new gcc warnings on switch statement fallthroughs 2018-05-15 20:55:17 +03:00
eap_server_md5.c EAP server: Simplify EAP method registration call 2016-01-13 23:35:53 +02:00
eap_server_methods.c Replace EapType typedef with enum eap_type 2019-08-17 11:36:20 +03:00
eap_server_mschapv2.c EAP-MSCHAPv2: Propagate GetAsymetricStartKey() failures up from getKey() 2019-04-16 21:21:35 +03:00
eap_server_pax.c EAP-PAX server: Avoid debug prints of uninitialized memory in error cases 2019-05-08 19:02:19 +03:00
eap_server_peap.c Replace EapType typedef with enum eap_type 2019-08-17 11:36:20 +03:00
eap_server_psk.c Use os_memdup() 2017-03-07 13:19:10 +02:00
eap_server_pwd.c More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
eap_server_sake.c EAP-SAKE: Report hash function failures to callers 2019-04-19 16:52:01 +03:00
eap_server_sim.c EAP-SIM/AKA server: Allow pseudonym/fast reauth to be disabled 2019-08-01 10:36:11 +03:00
eap_server_teap.c EAP-PEAP server: Support vendor EAP types in Phase 2 2019-08-17 16:17:42 +03:00
eap_server_tls.c EAP-TLS server: Add application data to indicate end of v1.3 handshake 2019-07-13 16:29:39 +03:00
eap_server_tls_common.c Replace EapType typedef with enum eap_type 2019-08-17 11:36:20 +03:00
eap_server_tnc.c EAP server: Simplify EAP method registration call 2016-01-13 23:35:53 +02:00
eap_server_ttls.c EAP-TTLS server: Support vendor EAP types in Phase 2 2019-08-17 16:14:02 +03:00
eap_server_vendor_test.c EAP server: Simplify EAP method registration call 2016-01-13 23:35:53 +02:00
eap_server_wsc.c Silence new gcc warnings on switch statement fallthroughs 2018-05-15 20:55:17 +03:00
eap_sim_db.c eap_sim_db: Implement eap_sim_db_expire_pending() 2015-10-31 16:28:16 +02:00
eap_sim_db.h eap_sim_db: Implement eap_sim_db_expire_pending() 2015-10-31 16:28:16 +02:00
eap_tls_common.h Replace EapType typedef with enum eap_type 2019-08-17 11:36:20 +03:00
ikev2.c Use os_memdup() 2017-03-07 13:19:10 +02:00
ikev2.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
Makefile tests: Add ap-mgmt-fuzzer 2015-04-22 11:44:19 +03:00
tncs.c Use os_memdup() 2017-03-07 13:19:10 +02:00
tncs.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00