Home
last modified time | relevance | path

Searched refs:EAP_TYPE_NAK (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dprint-eap.c76 #define EAP_TYPE_NAK 3 macro
92 { EAP_TYPE_NAK, "Nak" },
192 case EAP_TYPE_NAK: in eap_print()
/dragonfly/contrib/wpa_supplicant/src/eap_common/
H A Deap_defs.h71 EAP_TYPE_NAK = 3 /* Response only, RFC 3748 */, enumerator
/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Deap_server.c614 if (*pos == EAP_TYPE_NAK) { in SM_STATE()
1177 (sm->respMethod == EAP_TYPE_NAK || in SM_STEP()
1180 sm->respVendorMethod == EAP_TYPE_NAK))) in SM_STEP()
1218 (sm->respMethod == EAP_TYPE_NAK || in SM_STEP()
1221 sm->respVendorMethod == EAP_TYPE_NAK)) in SM_STEP()
H A Deap_server_ttls.c870 if (in_len > sizeof(*hdr) && *pos == EAP_TYPE_NAK) { in eap_ttls_process_phase2_eap_response()
H A Deap_server_peap.c940 if (wpabuf_len(in_data) > sizeof(*hdr) && *pos == EAP_TYPE_NAK) { in eap_peap_process_phase2_response()
H A Deap_server_fast.c993 if (in_len > sizeof(*hdr) && *pos == EAP_TYPE_NAK) { in eap_fast_process_phase2_response()
H A Deap_server_teap.c975 if (in_len > sizeof(*hdr) && *pos == EAP_TYPE_NAK) { in eap_teap_process_phase2_response()
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c1188 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, in eap_peer_tls_phase2_nak()
H A Deap.c1384 wpabuf_put_be32(resp, EAP_TYPE_NAK); in eap_sm_build_expanded_nak()
1432 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, in eap_sm_buildNak()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Deapol_test.c736 case EAP_TYPE_NAK: return "Nak"; in eap_type_text()