Lines Matching refs:resp
3968 struct wpabuf *query, *resp;
3993 resp = wpabuf_alloc(len);
3994 if (resp == NULL) {
3998 if (hexstr2bin(pos, wpabuf_put(resp, len), len) < 0) {
4000 wpabuf_free(resp);
4004 if (wpas_p2p_service_add_bonjour(wpa_s, query, resp) < 0) {
4006 wpabuf_free(resp);
5963 char *resp = os_strdup("FAIL-NO-IFNAME-MATCH\n");
5964 if (resp)
5965 *resp_len = os_strlen(resp);
5968 return resp;