Lines Matching refs:resp
3893 struct wpabuf *query, *resp;3918 resp = wpabuf_alloc(len);3919 if (resp == NULL) {3923 if (hexstr2bin(pos, wpabuf_put(resp, len), len) < 0) {3925 wpabuf_free(resp);3929 if (wpas_p2p_service_add_bonjour(wpa_s, query, resp) < 0) {3931 wpabuf_free(resp);