Searched refs:EAP_TYPE_TLV (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/eap_common/
H A Deap_defs.h82 EAP_TYPE_TLV = 33 /* draft-josefsson-pppext-eap-tls-eap-07.txt */, enumerator in enum:__anon5663
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_peap.c211 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, 10,
371 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, len,
457 * that the EAP type is EAP_TYPE_TLV.
477 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TLV, req, &left);
612 case EAP_TYPE_TLV:
796 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
937 eap_get_type(resp) == EAP_TYPE_TLV)
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_peap.c254 data->phase2_method->method != EAP_TYPE_TLV) {
387 buf = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, mlen,
653 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TLV, in_data, &left);

Completed in 112 milliseconds