Lines Matching refs:resp
39 struct wpabuf *resp;
43 const struct wpabuf *resp, u16 status_code);
90 query->adv_proto, query->resp, query->status_code);
92 wpabuf_free(query->resp);
132 if (wpabuf_resize(&query->resp, len) < 0) {
136 wpabuf_put_data(query->resp, data, len);
208 const u8 *adv_proto, const u8 *resp,
228 if (gas_query_append(query, resp, len) < 0) {
239 const u8 *adv_proto, const u8 *resp,
284 if (gas_query_append(query, resp, len) < 0) {
464 const struct wpabuf *resp, u16 status_code),