Home
last modified time | relevance | path

Searched refs:sd_rx_resp (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_sd.c562 if (p2p->sd_rx_resp) { in p2p_rx_gas_initial_resp()
564 wpabuf_free(p2p->sd_rx_resp); in p2p_rx_gas_initial_resp()
565 p2p->sd_rx_resp = NULL; in p2p_rx_gas_initial_resp()
786 if (p2p->sd_rx_resp) { in p2p_rx_gas_comeback_resp()
827 if (wpabuf_resize(&p2p->sd_rx_resp, end - pos) < 0) in p2p_rx_gas_comeback_resp()
829 wpabuf_put_data(p2p->sd_rx_resp, pos, end - pos); in p2p_rx_gas_comeback_resp()
831 (unsigned int) wpabuf_len(p2p->sd_rx_resp)); in p2p_rx_gas_comeback_resp()
836 if (wpabuf_len(p2p->sd_rx_resp) > 64000) { in p2p_rx_gas_comeback_resp()
837 wpabuf_free(p2p->sd_rx_resp); in p2p_rx_gas_comeback_resp()
838 p2p->sd_rx_resp in p2p_rx_gas_comeback_resp()
[all...]
H A Dp2p_i.h412 struct wpabuf *sd_rx_resp; /* Reassembled SD response */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_sd.c562 if (p2p->sd_rx_resp) { in p2p_rx_gas_initial_resp()
564 wpabuf_free(p2p->sd_rx_resp); in p2p_rx_gas_initial_resp()
565 p2p->sd_rx_resp = NULL; in p2p_rx_gas_initial_resp()
786 if (p2p->sd_rx_resp) { in p2p_rx_gas_comeback_resp()
827 if (wpabuf_resize(&p2p->sd_rx_resp, end - pos) < 0) in p2p_rx_gas_comeback_resp()
829 wpabuf_put_data(p2p->sd_rx_resp, pos, end - pos); in p2p_rx_gas_comeback_resp()
831 (unsigned int) wpabuf_len(p2p->sd_rx_resp)); in p2p_rx_gas_comeback_resp()
836 if (wpabuf_len(p2p->sd_rx_resp) > 64000) { in p2p_rx_gas_comeback_resp()
837 wpabuf_free(p2p->sd_rx_resp); in p2p_rx_gas_comeback_resp()
838 p2p->sd_rx_resp in p2p_rx_gas_comeback_resp()
[all...]
H A Dp2p_i.h439 struct wpabuf *sd_rx_resp; /* Reassembled SD response */ member

Completed in 7 milliseconds