Home
last modified time | relevance | path

Searched refs:extra_buf (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/fst/
Dfst_session.c270 const struct wpabuf *extra_buf) in fst_session_send_action() argument
295 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()
/hostap-latest/wpa_supplicant/
Dinterworking.c2810 struct wpabuf *extra_buf = NULL; in anqp_send_req() local
2833 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()