Lines Matching refs:out_buf
24 struct wpabuf *out_buf; member
98 wpabuf_free(data->out_buf); in eap_tnc_reset()
227 send_len = wpabuf_len(data->out_buf) - data->out_used; in eap_tnc_build_msg()
247 wpabuf_put_be32(req, wpabuf_len(data->out_buf)); in eap_tnc_build_msg()
249 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_tnc_build_msg()
253 if (data->out_used == wpabuf_len(data->out_buf)) { in eap_tnc_build_msg()
257 wpabuf_free(data->out_buf); in eap_tnc_build_msg()
258 data->out_buf = NULL; in eap_tnc_build_msg()
267 (unsigned long) wpabuf_len(data->out_buf) - in eap_tnc_build_msg()
289 if (data->out_buf == NULL) { in eap_tnc_buildReq()
290 data->out_buf = eap_tnc_build(sm, data); in eap_tnc_buildReq()
291 if (data->out_buf == NULL) { in eap_tnc_buildReq()
300 if (data->out_buf == NULL) { in eap_tnc_buildReq()
301 data->out_buf = eap_tnc_build_recommendation(sm, data); in eap_tnc_buildReq()
302 if (data->out_buf == NULL) { in eap_tnc_buildReq()