Lines Matching defs:extra_buf
2810 struct wpabuf *extra_buf = NULL;
2833 extra_buf = wpabuf_alloc(100);
2834 if (extra_buf == NULL)
2836 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf);
2848 wpabuf_free(extra_buf);
2854 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) {
2855 wpabuf_free(extra_buf);
2859 wpabuf_put_buf(extra_buf, mbo);
2865 buf = anqp_build_req(info_ids, num_ids, extra_buf);
2866 wpabuf_free(extra_buf);