Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:nmsg

823 		struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) +
825 if (nmsg == NULL) {
829 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
830 wpabuf_put_buf(nmsg, in_decrypted);
837 in_decrypted = nmsg;
842 struct wpabuf *nmsg;
872 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
873 if (nmsg == NULL) {
878 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
880 in_decrypted = nmsg;