Lines Matching refs:sd_rx_resp
569 if (p2p->sd_rx_resp) { in p2p_rx_gas_initial_resp()
571 wpabuf_free(p2p->sd_rx_resp); in p2p_rx_gas_initial_resp()
572 p2p->sd_rx_resp = NULL; in p2p_rx_gas_initial_resp()
793 if (p2p->sd_rx_resp) { in p2p_rx_gas_comeback_resp()
834 if (wpabuf_resize(&p2p->sd_rx_resp, end - pos) < 0) in p2p_rx_gas_comeback_resp()
836 wpabuf_put_data(p2p->sd_rx_resp, pos, end - pos); in p2p_rx_gas_comeback_resp()
838 (unsigned int) wpabuf_len(p2p->sd_rx_resp)); in p2p_rx_gas_comeback_resp()
843 if (wpabuf_len(p2p->sd_rx_resp) > 64000) { in p2p_rx_gas_comeback_resp()
844 wpabuf_free(p2p->sd_rx_resp); in p2p_rx_gas_comeback_resp()
845 p2p->sd_rx_resp = NULL; in p2p_rx_gas_comeback_resp()
870 wpabuf_head(p2p->sd_rx_resp), in p2p_rx_gas_comeback_resp()
871 wpabuf_len(p2p->sd_rx_resp)); in p2p_rx_gas_comeback_resp()
872 wpabuf_free(p2p->sd_rx_resp); in p2p_rx_gas_comeback_resp()
873 p2p->sd_rx_resp = NULL; in p2p_rx_gas_comeback_resp()