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_common
Johannes Berg 722138cd25 build: Put object files into build/ folder
Instead of building in the source tree, put most object
files into the build/ folder at the root, and put each
thing that's being built into a separate folder.

This then allows us to build hostapd and wpa_supplicant
(or other combinations) without "make clean" inbetween.

For the tests keep the objects in place for now (and to
do that, add the build rule) so that we don't have to
rewrite all of that with $(call BUILDOBJS,...) which is
just noise there.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
4 years ago
..
Makefile build: Put object files into build/ folder 4 years ago
chap.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
chap.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_common.c Replace EapType typedef with enum eap_type 5 years ago
eap_common.h Replace EapType typedef with enum eap_type 5 years ago
eap_defs.h Replace EapType typedef with enum eap_type 5 years ago
eap_eke_common.c Add explicit checks for peer's DH public key 5 years ago
eap_eke_common.h EAP-EKE: Add peer implementation 11 years ago
eap_fast_common.c Remove trailing whitespace 7 years ago
eap_fast_common.h TLS: Split tls_connection_prf() into two functions 8 years ago
eap_gpsk_common.c EAP-GPSK: Check HMAC-SHA256 result in GKDF and MIC 9 years ago
eap_gpsk_common.h EAP peer: Add Session-Id derivation 11 years ago
eap_ikev2_common.c EAP-IKEv2: Use os_memcmp_const() for hash/password comparisons 10 years ago
eap_ikev2_common.h EAP-IKEv2: Remove obsolete ccns.pl project workarounds 10 years ago
eap_pax_common.c EAP-PAX: Check hmac_sha1_vector() return value 8 years ago
eap_pax_common.h EAP-PAX: Derive EAP Session-Id 10 years ago
eap_peap_common.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_peap_common.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_psk_common.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_psk_common.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_pwd_common.c EAP-pwd: Run through prf result processing even if it >= prime 5 years ago
eap_pwd_common.h EAP-pwd: Enforce 1 < rand,mask < r and rand+mask mod r > 1 5 years ago
eap_sake_common.c EAP-SAKE: Report hash function failures to callers 5 years ago
eap_sake_common.h EAP-SAKE: Report hash function failures to callers 5 years ago
eap_sim_common.c EAP-SIM/AKA peer: Add support for EAP Method prefix 4 years ago
eap_sim_common.h EAP-SIM/AKA: Add support for anonymous@realm 5 years ago
eap_teap_common.c EAP-TEAP: Add parsing and generation routines for Identity-Type TLV 5 years ago
eap_teap_common.h EAP-TEAP: Add parsing and generation routines for Identity-Type TLV 5 years ago
eap_tlv_common.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_ttls.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_wsc_common.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
eap_wsc_common.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
ikev2_common.c EAP-IKEv2: Check HMAC SHA1/MD5 result 9 years ago
ikev2_common.h EAP-IKEv2: Remove obsolete ccns.pl project workarounds 10 years ago