Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:resp

50 	struct wpabuf *resp;
55 const struct wpabuf *resp, u16 status_code);
149 wpabuf_free(query->resp);
171 query->adv_proto, query->resp, query->status_code);
211 if (wpabuf_resize(&query->resp, len) < 0) {
215 wpabuf_put_data(query->resp, data, len);
414 const u8 *adv_proto, const u8 *resp,
435 if (gas_query_append(query, resp, len) < 0) {
446 const u8 *adv_proto, const u8 *resp,
492 if (gas_query_append(query, resp, len) < 0) {
814 const struct wpabuf *resp, u16 status_code),