Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/fst/
Dfst_session.c272 const struct wpabuf *extra_buf) in fst_session_send_action() argument
297 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()
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c2747 struct wpabuf *extra_buf = NULL; in anqp_send_req() local
2770 extra_buf = wpabuf_alloc(100); in anqp_send_req()
2771 if (extra_buf == NULL) in anqp_send_req()
2773 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf); in anqp_send_req()
2783 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) { in anqp_send_req()
2784 wpabuf_free(extra_buf); in anqp_send_req()
2788 wpabuf_put_buf(extra_buf, mbo); in anqp_send_req()
2794 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req()
2795 wpabuf_free(extra_buf); in anqp_send_req()