Searched refs:EAP_TYPE_GTC (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_gtc.c55 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, reqData, &len);
72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC,
104 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, plen,
132 EAP_VENDOR_IETF, EAP_TYPE_GTC, "GTC");
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-eap.c79 #define EAP_TYPE_GTC 6 macro
95 { EAP_TYPE_GTC, "GTC" },
280 case EAP_TYPE_GTC:
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_defs.h74 EAP_TYPE_GTC = 6, /* RFC 3748 */ enumerator in enum:__anon6419
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap_server_gtc.c60 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, msg_len,
83 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &len);
100 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &rlen);
206 EAP_VENDOR_IETF, EAP_TYPE_GTC, "GTC");
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.c741 case EAP_TYPE_GTC: return "GTC";
H A Dinterworking.c660 eap->inner_method != EAP_TYPE_GTC &&

Completed in 132 milliseconds