Home | History | Annotate | Download | only in p2p

Lines Matching refs:resp

389 	struct wpabuf *resp;
417 resp = p2p_build_sd_response(dialog_token, WLAN_STATUS_SUCCESS,
422 resp = p2p_build_sd_response(dialog_token,
426 if (resp == NULL)
432 wpabuf_head(resp), wpabuf_len(resp), 200) < 0)
436 wpabuf_free(resp);
618 struct wpabuf *resp;
651 resp = p2p_build_gas_comeback_resp(dialog_token, WLAN_STATUS_SUCCESS,
657 if (resp == NULL)
679 wpabuf_head(resp), wpabuf_len(resp), 200) < 0)
683 wpabuf_free(resp);