Searched refs:EAP_TYPE_TTLS (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-eap.c82 #define EAP_TYPE_TTLS 21 /* draft-funk-eap-ttls-v0-01.txt */ macro
98 { EAP_TYPE_TTLS, "TTLS" },
236 case EAP_TYPE_TTLS:
239 if (subtype == EAP_TYPE_TTLS)
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_defs.h78 EAP_TYPE_TTLS = 21 /* RFC 5281 */, enumerator in enum:__anon6419
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c90 wpabuf_put_u8(buf, EAP_TYPE_TTLS);
349 if (eap_server_tls_ssl_init(sm, &data->ssl, 0, EAP_TYPE_TTLS)) {
377 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TTLS, 1,
470 return eap_server_tls_build_ack(id, EAP_TYPE_TTLS,
475 return eap_server_tls_build_msg(&data->ssl, EAP_TYPE_TTLS,
506 return eap_server_tls_build_msg(&data->ssl, EAP_TYPE_TTLS,
517 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TTLS, respData, &len);
1199 EAP_TYPE_TTLS, eap_ttls_process_version,
1218 if (*pos != EAP_TYPE_TTLS) {
1299 return eap_server_tls_derive_session_id(sm, &data->ssl, EAP_TYPE_TTLS,
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_ttls.c159 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_TTLS)) {
290 EAP_TYPE_TTLS,
1073 if (eap_peer_tls_encrypt(sm, &data->ssl, EAP_TYPE_TTLS,
1381 *out_data = eap_peer_tls_build_ack(identifier, EAP_TYPE_TTLS,
1433 return eap_peer_tls_encrypt(sm, &data->ssl, EAP_TYPE_TTLS,
1501 res = eap_peer_tls_process_helper(sm, &data->ssl, EAP_TYPE_TTLS,
1616 pos = eap_peer_tls_process_init(sm, &data->ssl, EAP_TYPE_TTLS, ret,
1652 return eap_peer_tls_build_ack(id, EAP_TYPE_TTLS,
1816 EAP_VENDOR_IETF, EAP_TYPE_TTLS, "TTLS");
H A Deap_tls_common.c184 data->eap_type == EAP_TYPE_TTLS ||
H A Deap.c2605 return type != EAP_TYPE_PEAP && type != EAP_TYPE_TTLS &&
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dinterworking.c409 if (e->method != EAP_TYPE_TTLS)
612 if (eap->method != EAP_TYPE_TTLS && eap->method != EAP_TYPE_PEAP &&
637 if (eap->method == EAP_TYPE_TTLS) {
1437 cred->eap_method->method == EAP_TYPE_TTLS;
1625 cred->eap_method->method == EAP_TYPE_TTLS) < 0)
1821 case EAP_TYPE_TTLS:
1882 eap->method == EAP_TYPE_TTLS) < 0)
H A Deapol_test.c738 case EAP_TYPE_TTLS: return "TTLS";
/freebsd-13-stable/contrib/wpa/hs20/client/
H A Dosu_client.c1484 case EAP_TYPE_TTLS:

Completed in 102 milliseconds