Searched refs:extra_buf (Results 1 – 3 of 3) sorted by relevance
196 int extra_buf; member338 uint8_t *extra_buf; member727 void *extra_buf; in camdd_release_buf() local729 extra_buf = (void *) in camdd_release_buf()731 free(extra_buf); in camdd_release_buf()732 data->extra_buf = 0; in camdd_release_buf()740 data->extra_buf = 0; in camdd_release_buf()835 data->extra_buf = 1; in camdd_buf_sg_create()896 if (extra_buf != NULL) { in camdd_buf_sg_create()923 free(extra_buf); in camdd_buf_sg_create()[all …]
272 const struct wpabuf *extra_buf) in fst_session_send_action() argument297 if (extra_buf) in fst_session_send_action()298 len += wpabuf_size(extra_buf); in fst_session_send_action()310 if (extra_buf) in fst_session_send_action()311 wpabuf_put_buf(buf, extra_buf); in fst_session_send_action()
2777 struct wpabuf *extra_buf = NULL; in anqp_send_req() local2800 extra_buf = wpabuf_alloc(100); in anqp_send_req()2801 if (extra_buf == NULL) in anqp_send_req()2803 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf); in anqp_send_req()2815 wpabuf_free(extra_buf); in anqp_send_req()2821 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) { in anqp_send_req()2822 wpabuf_free(extra_buf); in anqp_send_req()2826 wpabuf_put_buf(extra_buf, mbo); in anqp_send_req()2832 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req()2833 wpabuf_free(extra_buf); in anqp_send_req()