Searched refs:sd_rx_resp (Results 1 – 2 of 2) sorted by relevance
560 if (p2p->sd_rx_resp) { in p2p_rx_gas_initial_resp()562 wpabuf_free(p2p->sd_rx_resp); in p2p_rx_gas_initial_resp()563 p2p->sd_rx_resp = NULL; in p2p_rx_gas_initial_resp()782 if (p2p->sd_rx_resp) { in p2p_rx_gas_comeback_resp()823 if (wpabuf_resize(&p2p->sd_rx_resp, end - pos) < 0) in p2p_rx_gas_comeback_resp()825 wpabuf_put_data(p2p->sd_rx_resp, pos, end - pos); in p2p_rx_gas_comeback_resp()827 (unsigned int) wpabuf_len(p2p->sd_rx_resp)); in p2p_rx_gas_comeback_resp()832 if (wpabuf_len(p2p->sd_rx_resp) > 64000) { in p2p_rx_gas_comeback_resp()833 wpabuf_free(p2p->sd_rx_resp); in p2p_rx_gas_comeback_resp()834 p2p->sd_rx_resp = NULL; in p2p_rx_gas_comeback_resp()[all …]
422 struct wpabuf *sd_rx_resp; /* Reassembled SD response */ member