Searched refs:extra_buf (Results 1 – 2 of 2) sorted by relevance
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()
2703 struct wpabuf *extra_buf = NULL; in anqp_send_req() local2726 extra_buf = wpabuf_alloc(100); in anqp_send_req()2727 if (extra_buf == NULL) in anqp_send_req()2729 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf); in anqp_send_req()2739 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) { in anqp_send_req()2740 wpabuf_free(extra_buf); in anqp_send_req()2744 wpabuf_put_buf(extra_buf, mbo); in anqp_send_req()2750 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req()2751 wpabuf_free(extra_buf); in anqp_send_req()