Searched refs:nmsg (Results 1 – 1 of 1) sorted by relevance
864 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + in eap_peap_decrypt() local866 if (nmsg == NULL) { in eap_peap_decrypt()870 nhdr = wpabuf_put(nmsg, sizeof(*nhdr)); in eap_peap_decrypt()871 wpabuf_put_buf(nmsg, in_decrypted); in eap_peap_decrypt()878 in_decrypted = nmsg; in eap_peap_decrypt()