Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:tlv_type

482 static struct wpabuf * eap_fast_tlv_nak(int vendor_id, int tlv_type)
490 nak->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | EAP_TLV_NAK_TLV);
493 nak->nak_type = host_to_be16(tlv_type);
508 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
530 ack->tlv_type = host_to_be16(EAP_TLV_PAC_TLV |
609 rbind->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
719 act->tlv_type = host_to_be16(EAP_TLV_REQUEST_ACTION_TLV);
724 pac->tlv_type = host_to_be16(EAP_TLV_PAC_TLV);
728 type->tlv_type = host_to_be16(PAC_TYPE_PAC_TYPE);
1072 int mandatory, tlv_type, len, res;
1082 tlv_type = WPA_GET_BE16(pos) & 0x3fff;
1092 tlv_type, len, mandatory ? " (mandatory)" : "");
1094 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1100 "mandatory TLV type %d", tlv_type);
1101 *resp = eap_fast_tlv_nak(0, tlv_type);
1106 tlv_type);
1391 ehdr->tlv_type = host_to_be16(PAC_TYPE_PAC_OPAQUE);