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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_sd.c535 if (p2p->sd_rx_resp) {
537 wpabuf_free(p2p->sd_rx_resp);
538 p2p->sd_rx_resp = NULL;
752 if (p2p->sd_rx_resp) {
793 if (wpabuf_resize(&p2p->sd_rx_resp, end - pos) < 0)
795 wpabuf_put_data(p2p->sd_rx_resp, pos, end - pos);
797 (unsigned int) wpabuf_len(p2p->sd_rx_resp));
802 if (wpabuf_len(p2p->sd_rx_resp) > 64000) {
803 wpabuf_free(p2p->sd_rx_resp);
804 p2p->sd_rx_resp
[all...]
H A Dp2p_i.h381 struct wpabuf *sd_rx_resp; /* Reassembled SD response */ member in struct:p2p_data
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_sd.c535 if (p2p->sd_rx_resp) {
537 wpabuf_free(p2p->sd_rx_resp);
538 p2p->sd_rx_resp = NULL;
752 if (p2p->sd_rx_resp) {
793 if (wpabuf_resize(&p2p->sd_rx_resp, end - pos) < 0)
795 wpabuf_put_data(p2p->sd_rx_resp, pos, end - pos);
797 (unsigned int) wpabuf_len(p2p->sd_rx_resp));
802 if (wpabuf_len(p2p->sd_rx_resp) > 64000) {
803 wpabuf_free(p2p->sd_rx_resp);
804 p2p->sd_rx_resp
[all...]
H A Dp2p_i.h381 struct wpabuf *sd_rx_resp; /* Reassembled SD response */ member in struct:p2p_data
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_sd.c535 if (p2p->sd_rx_resp) {
537 wpabuf_free(p2p->sd_rx_resp);
538 p2p->sd_rx_resp = NULL;
752 if (p2p->sd_rx_resp) {
793 if (wpabuf_resize(&p2p->sd_rx_resp, end - pos) < 0)
795 wpabuf_put_data(p2p->sd_rx_resp, pos, end - pos);
797 (unsigned int) wpabuf_len(p2p->sd_rx_resp));
802 if (wpabuf_len(p2p->sd_rx_resp) > 64000) {
803 wpabuf_free(p2p->sd_rx_resp);
804 p2p->sd_rx_resp
[all...]
H A Dp2p_i.h381 struct wpabuf *sd_rx_resp; /* Reassembled SD response */ member in struct:p2p_data

Completed in 207 milliseconds