Searched refs:extra_buf (Results 1 – 3 of 3) sorted by relevance
187 int extra_buf; member329 uint8_t *extra_buf; member713 if (data->extra_buf != 0) { in camdd_release_buf()714 void *extra_buf; in camdd_release_buf() local716 extra_buf = (void *) in camdd_release_buf()718 free(extra_buf); in camdd_release_buf()719 data->extra_buf = 0; in camdd_release_buf()725 if (data->extra_buf != 0) { in camdd_release_buf()727 data->extra_buf = 0; in camdd_release_buf()799 uint8_t *extra_buf = NULL; in camdd_buf_sg_create() local[all …]
270 const struct wpabuf *extra_buf) in fst_session_send_action() argument295 if (extra_buf) in fst_session_send_action()296 len += wpabuf_size(extra_buf); in fst_session_send_action()308 if (extra_buf) in fst_session_send_action()309 wpabuf_put_buf(buf, extra_buf); in fst_session_send_action()
2810 struct wpabuf *extra_buf = NULL; in anqp_send_req() local2833 extra_buf = wpabuf_alloc(100); in anqp_send_req()2834 if (extra_buf == NULL) in anqp_send_req()2836 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf); in anqp_send_req()2848 wpabuf_free(extra_buf); in anqp_send_req()2854 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) { in anqp_send_req()2855 wpabuf_free(extra_buf); in anqp_send_req()2859 wpabuf_put_buf(extra_buf, mbo); in anqp_send_req()2865 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req()2866 wpabuf_free(extra_buf); in anqp_send_req()