Home | History | Annotate | Download | only in p2p

Lines Matching refs:resp

419 	struct wpabuf *resp;
444 resp = p2p_build_sd_response(dialog_token, WLAN_STATUS_SUCCESS,
448 resp = p2p_build_sd_response(dialog_token,
452 if (resp == NULL)
458 wpabuf_head(resp), wpabuf_len(resp), 200) < 0)
461 wpabuf_free(resp);
607 struct wpabuf *resp;
638 resp = p2p_build_gas_comeback_resp(dialog_token, WLAN_STATUS_SUCCESS,
644 if (resp == NULL)
663 wpabuf_head(resp), wpabuf_len(resp), 200) < 0)
666 wpabuf_free(resp);