Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:out_data

424  * @out_data: Buffer for returning a pointer to application data (if available)
430 struct wpabuf **out_data)
461 *out_data = appl_data;
478 * @out_data: Buffer for returning the allocated output buffer
483 struct wpabuf **out_data)
524 *out_data = eap_msg_alloc(EAP_VENDOR_IETF, eap_type,
527 if (*out_data == NULL)
530 flags = wpabuf_put(*out_data, 1);
536 wpabuf_put_be32(*out_data, wpabuf_len(data->tls_out));
539 wpabuf_put_data(*out_data,
560 * @out_data: Buffer for returning a pointer to the response message
569 * out_data is used to return the response message if the return value of this
572 * *out_data is not %NULL.
583 struct wpabuf **out_data)
587 *out_data = NULL;
601 out_data);
648 out_data);
877 * @out_data: Buffer for returning a pointer to the encrypted response message
883 struct wpabuf **out_data)
899 out_data);