You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src/eap_server
Jouni Malinen 7feff06567 Add CONFIG_CODE_COVERAGE=y option for gcov
This can be used to measure code coverage from test scripts.

Signed-hostap: Jouni Malinen <j@w1.fi>
11 years ago
..
Makefile Add CONFIG_CODE_COVERAGE=y option for gcov 11 years ago
eap.h Add server identity configuration for EAP server 11 years ago
eap_i.h Add server identity configuration for EAP server 11 years ago
eap_methods.h EAP-EKE: Add server implementation 11 years ago
eap_server.c EAP server: Handle EAP method initialization failures more cleanly 11 years ago
eap_server_aka.c EAP-AKA server: Fix AUTS processing 11 years ago
eap_server_eke.c EAP-EKE: Add server implementation 11 years ago
eap_server_fast.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_server_gpsk.c EAP-GPSK server: Use configured server identity 11 years ago
eap_server_gtc.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_server_identity.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_server_ikev2.c EAP-IKEv2 server: Use configured server identity 11 years ago
eap_server_md5.c EAP-MD5: Verify that CHAP operation succeeds 12 years ago
eap_server_methods.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_server_mschapv2.c EAP-MSCHAPv2: Use configured server identity 11 years ago
eap_server_pax.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_server_peap.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_server_psk.c EAP-PSK: Use configured server identity 11 years ago
eap_server_pwd.c EAP-pwd: Replace direct OpenSSL HMAC use with wrapper 12 years ago
eap_server_sake.c EAP-SAKE: Use configured server identity 11 years ago
eap_server_sim.c EAP-SIM/AKA server: Fix memory leak in error path 12 years ago
eap_server_tls.c Add UNAUTH-TLS vendor specific EAP type 12 years ago
eap_server_tls_common.c Reject TLS-based EAP server method if TLS context not initialized 11 years ago
eap_server_tnc.c Remove unnecessary base64.h inclusion 12 years ago
eap_server_ttls.c Fix memory allocation failure handling in EAP-TTLS/MSCHAPv2 server 12 years ago
eap_server_vendor_test.c Use proper private enterprise number for EAP VENDOR-TEST 12 years ago
eap_server_wsc.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_sim_db.c Convert perror/printf calls to wpa_printf 11 years ago
eap_sim_db.h EAP-SIM DB: Use pointer to struct eap_sim_db_data instead of void* 12 years ago
eap_tls_common.h Add UNAUTH-TLS vendor specific EAP type 12 years ago
ikev2.c EAP-IKEV2 server: Fix invalid memory freeing operation 11 years ago
ikev2.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
tncs.c Add dup_binstr() to help common binary string tasks 11 years ago
tncs.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago