Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-eap.c82 #define EAP_TYPE_TTLS 21 /* RFC 5281, draft-funk-eap-ttls-v0-01.txt */ macro
98 { EAP_TYPE_TTLS, "TTLS" },
231 case EAP_TYPE_TTLS: in eap_print()
237 if (subtype == EAP_TYPE_TTLS) in eap_print()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c90 wpabuf_put_u8(buf, EAP_TYPE_TTLS); in eap_ttls_valid_session()
349 if (eap_server_tls_ssl_init(sm, &data->ssl, 0, EAP_TYPE_TTLS)) { in eap_ttls_init()
377 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TTLS, 1, in eap_ttls_build_start()
470 return eap_server_tls_build_ack(id, EAP_TYPE_TTLS, in eap_ttls_buildReq()
475 return eap_server_tls_build_msg(&data->ssl, EAP_TYPE_TTLS, in eap_ttls_buildReq()
507 return eap_server_tls_build_msg(&data->ssl, EAP_TYPE_TTLS, in eap_ttls_buildReq()
1207 EAP_TYPE_TTLS, eap_ttls_process_version, in eap_ttls_process()
1226 if (*pos != EAP_TYPE_TTLS) { in eap_ttls_process()
1275 const u8 eap_tls13_context[1] = { EAP_TYPE_TTLS }; in eap_ttls_getKey()
1329 const u8 eap_tls13_context[1] = { EAP_TYPE_TTLS }; in eap_ttls_get_emsk()
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_ttls.c159 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_TTLS)) { in eap_ttls_init()
272 const u8 eap_tls13_context[1] = { EAP_TYPE_TTLS }; in eap_ttls_v0_derive_key()
302 EAP_TYPE_TTLS, in eap_ttls_v0_derive_key()
1102 if (eap_peer_tls_encrypt(sm, &data->ssl, EAP_TYPE_TTLS, in eap_ttls_encrypt_response()
1410 *out_data = eap_peer_tls_build_ack(identifier, EAP_TYPE_TTLS, in eap_ttls_phase2_start()
1463 return eap_peer_tls_encrypt(sm, &data->ssl, EAP_TYPE_TTLS, in eap_ttls_decrypt()
1545 res = eap_peer_tls_process_helper(sm, &data->ssl, EAP_TYPE_TTLS, in eap_ttls_process_handshake()
1660 pos = eap_peer_tls_process_init(sm, &data->ssl, EAP_TYPE_TTLS, ret, in eap_ttls_process()
1696 return eap_peer_tls_build_ack(id, EAP_TYPE_TTLS, in eap_ttls_process()
1860 EAP_VENDOR_IETF, EAP_TYPE_TTLS, "TTLS"); in eap_peer_ttls_register()
H A Deap_tls_common.c189 data->eap_type == EAP_TYPE_TTLS || in eap_tls_params_from_conf()
H A Deap.c2645 return type != EAP_TYPE_PEAP && type != EAP_TYPE_TTLS && in eap_allowed_phase2_type()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_defs.h78 EAP_TYPE_TTLS = 21 /* RFC 5281 */, enumerator
/freebsd/contrib/wpa/wpa_supplicant/
H A Dinterworking.c409 if (e->method != EAP_TYPE_TTLS) in nai_realm_parse_eap()
612 if (eap->method != EAP_TYPE_TTLS && eap->method != EAP_TYPE_PEAP && in nai_realm_cred_username()
637 if (eap->method == EAP_TYPE_TTLS) { in nai_realm_cred_username()
1447 cred->eap_method->method == EAP_TYPE_TTLS; in interworking_set_eap_params()
1653 cred->eap_method->method == EAP_TYPE_TTLS) < 0) in interworking_connect_roaming_consortium()
1849 case EAP_TYPE_TTLS: in interworking_connect()
1910 eap->method == EAP_TYPE_TTLS) < 0) in interworking_connect()
H A Deapol_test.c736 case EAP_TYPE_TTLS: return "TTLS"; in eap_type_text()
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c1484 case EAP_TYPE_TTLS: in set_pps_cred_eap_method_eap_type()