Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:wpabuf_len

594 	e = wpabuf_alloc(sizeof(*tlv) + wpabuf_len(buf));
604 tlv->length = host_to_be16(wpabuf_len(buf));
667 wpabuf_len(buf),
769 " Phase 2", (unsigned long) wpabuf_len(in_data));
782 if (wpabuf_len(in_data) == 0 && sm->workaround &&
794 } else if (wpabuf_len(in_data) == 0) {
810 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
817 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
825 wpabuf_len(in_decrypted));
835 wpabuf_len(in_decrypted));
845 if (wpabuf_len(in_decrypted) < sizeof(*tlv) + sizeof(*hdr)) {
859 wpabuf_len(in_decrypted)) {
885 if (wpabuf_len(in_decrypted) < sizeof(*hdr)) {
888 (unsigned long) wpabuf_len(in_decrypted));
893 if (len > wpabuf_len(in_decrypted)) {
896 (unsigned long) wpabuf_len(in_decrypted),
901 if (len < wpabuf_len(in_decrypted)) {
906 (unsigned long) wpabuf_len(in_decrypted));
1005 if (wpabuf_len(resp) >= 5 &&
1013 wpabuf_len(resp) - sizeof(struct eap_hdr));