Home | History | Annotate | Download | only in ap

Lines Matching defs:assocresp

45 	struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL;
67 if (wpabuf_resize(&assocresp, pos - buf) != 0)
69 wpabuf_put_data(assocresp, buf, pos - buf);
135 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
136 wpabuf_put_buf(assocresp, a);
143 if (wpabuf_resize(&assocresp, 100) == 0) {
145 start = wpabuf_put(assocresp, 0);
147 wpabuf_put(assocresp, p - start);
156 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
157 wpabuf_put_buf(assocresp, a);
186 *assocresp_ret = assocresp;
193 wpabuf_free(assocresp);
201 struct wpabuf *assocresp)
205 wpabuf_free(assocresp);
211 struct wpabuf *beacon, *proberesp, *assocresp;
217 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
222 assocresp);
224 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);