Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:nmsg

806 		struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) +
808 if (nmsg == NULL) {
812 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
813 wpabuf_put_buf(nmsg, in_decrypted);
820 in_decrypted = nmsg;