Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:wpabuf_len

645 						wpabuf_len(buf),
747 " Phase 2", (unsigned long) wpabuf_len(in_data));
760 if (wpabuf_len(in_data) == 0 && sm->workaround &&
772 } else if (wpabuf_len(in_data) == 0) {
788 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
795 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
803 wpabuf_len(in_decrypted));
813 wpabuf_len(in_decrypted));
820 if (wpabuf_len(in_decrypted) < sizeof(*hdr)) {
823 (unsigned long) wpabuf_len(in_decrypted));
828 if (len > wpabuf_len(in_decrypted)) {
831 (unsigned long) wpabuf_len(in_decrypted),
836 if (len < wpabuf_len(in_decrypted)) {
841 (unsigned long) wpabuf_len(in_decrypted));
935 if (wpabuf_len(resp) >= 5 &&
943 wpabuf_len(resp) - sizeof(struct eap_hdr));