Searched defs:extra_buf (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_session.c272 const struct wpabuf *extra_buf)
297 if (extra_buf)
298 len += wpabuf_size(extra_buf);
310 if (extra_buf)
311 wpabuf_put_buf(buf, extra_buf);
270 fst_session_send_action(struct fst_session *s, Boolean old_iface, const void *payload, size_t size, const struct wpabuf *extra_buf) argument
/external/wpa_supplicant_8/src/fst/
H A Dfst_session.c272 const struct wpabuf *extra_buf)
297 if (extra_buf)
298 len += wpabuf_size(extra_buf);
310 if (extra_buf)
311 wpabuf_put_buf(buf, extra_buf);
270 fst_session_send_action(struct fst_session *s, Boolean old_iface, const void *payload, size_t size, const struct wpabuf *extra_buf) argument
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_session.c272 const struct wpabuf *extra_buf)
297 if (extra_buf)
298 len += wpabuf_size(extra_buf);
310 if (extra_buf)
311 wpabuf_put_buf(buf, extra_buf);
270 fst_session_send_action(struct fst_session *s, Boolean old_iface, const void *payload, size_t size, const struct wpabuf *extra_buf) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c2700 struct wpabuf *extra_buf = NULL; local
2723 extra_buf = wpabuf_alloc(100);
2724 if (extra_buf == NULL)
2726 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf);
2736 if (wpabuf_resize(&extra_buf, wpabuf_len(mbo))) {
2737 wpabuf_free(extra_buf);
2740 wpabuf_put_buf(extra_buf, mbo);
2746 buf = anqp_build_req(info_ids, num_ids, extra_buf);
2747 wpabuf_free(extra_buf);

Completed in 122 milliseconds