Home | History | Annotate | Download | only in eap_server

Lines Matching defs:nbuf

1064 		struct wpabuf *nbuf =
1067 if (nbuf == NULL) {
1073 nhdr = wpabuf_put(nbuf, sizeof(*nhdr));
1078 wpabuf_put_buf(nbuf, in_decrypted);
1081 in_decrypted = nbuf;