Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:out_data

426  * @out_data: Buffer for returning a pointer to application data (if available)
432 struct wpabuf **out_data)
466 *out_data = wpabuf_alloc_ext_data(appl_data, appl_data_len);
467 if (*out_data == NULL) {
487 * @out_data: Buffer for returning the allocated output buffer
492 struct wpabuf **out_data)
530 *out_data = eap_msg_alloc(EAP_VENDOR_IETF, eap_type,
533 if (*out_data == NULL)
536 flags = wpabuf_put(*out_data, 1);
542 wpabuf_put_be32(*out_data, data->tls_out_len);
545 wpabuf_put_data(*out_data, &data->tls_out[data->tls_out_pos], len);
564 * @out_data: Buffer for returning a pointer to the response message
573 * out_data is used to return the response message if the return value of this
576 * *out_data is not %NULL.
587 struct wpabuf **out_data)
591 *out_data = NULL;
605 out_data);
652 out_data);
908 * @out_data: Buffer for returning a pointer to the encrypted response message
914 struct wpabuf **out_data)
942 out_data);