Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_tnc.c74 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, code, id); in eap_tnc_build_frag_ack()
113 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, plen, in eap_tnc_build_msg()
218 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TNC, reqData, &len); in eap_tnc_process()
354 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, in eap_tnc_process()
415 EAP_VENDOR_IETF, EAP_TYPE_TNC, "TNC"); in eap_peer_tnc_register()
H A Deap_ttls.c383 vendor == EAP_VENDOR_IETF && method == EAP_TYPE_TNC && in eap_ttls_phase2_request_eap_method()
384 data->phase2_eap_type.method == EAP_TYPE_TNC) in eap_ttls_phase2_request_eap_method()
389 vendor == EAP_VENDOR_IETF && method == EAP_TYPE_TNC) { in eap_ttls_phase2_request_eap_method()
397 data->phase2_eap_type.method == EAP_TYPE_TNC) { in eap_ttls_phase2_request_eap_method()
H A Deap_fast.c384 if (vendor == EAP_VENDOR_IETF && type == EAP_TYPE_TNC) { in eap_fast_select_phase2_method()
386 data->phase2_type.method = EAP_TYPE_TNC; in eap_fast_select_phase2_method()
H A Deap_teap.c347 if (vendor == EAP_VENDOR_IETF && type == EAP_TYPE_TNC) { in eap_teap_select_phase2_method()
349 data->phase2_type.method = EAP_TYPE_TNC; in eap_teap_select_phase2_method()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_tnc.c109 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, EAP_CODE_REQUEST, in eap_tnc_build_start()
204 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, code, id); in eap_tnc_build_frag_ack()
240 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, plen, in eap_tnc_build_msg()
330 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TNC, respData, in eap_tnc_check()
456 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TNC, respData, &len); in eap_tnc_process()
559 EAP_VENDOR_IETF, EAP_TYPE_TNC, "TNC"); in eap_server_tnc_register()
H A Deap_server_fast.c1002 m->method == EAP_TYPE_TNC) { in eap_fast_process_phase2_response()
1091 next_type = EAP_TYPE_TNC; in eap_fast_process_phase2_response()
H A Deap_server_teap.c1070 m->method == EAP_TYPE_TNC) { in eap_teap_process_phase2_response()
1170 next_type = EAP_TYPE_TNC; in eap_teap_process_phase2_response()
H A Deap_server_ttls.c1127 if (eap_ttls_phase2_eap_init(sm, data, EAP_VENDOR_IETF, EAP_TYPE_TNC)) { in eap_ttls_start_tnc()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_defs.h83 EAP_TYPE_TNC = 38 /* TNC IF-T v1.0-r3; note: tentative assignment; enumerator