HomeSort by relevance Sort by last modified time
    Searched refs:sd_rx_resp (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 509 if (p2p->sd_rx_resp) {
511 wpabuf_free(p2p->sd_rx_resp);
512 p2p->sd_rx_resp = NULL;
741 if (p2p->sd_rx_resp) {
787 if (wpabuf_resize(&p2p->sd_rx_resp, end - pos) < 0)
789 wpabuf_put_data(p2p->sd_rx_resp, pos, end - pos);
791 (unsigned int) wpabuf_len(p2p->sd_rx_resp));
796 if (wpabuf_len(p2p->sd_rx_resp) > 64000) {
797 wpabuf_free(p2p->sd_rx_resp);
798 p2p->sd_rx_resp = NULL
    [all...]
p2p_i.h 367 struct wpabuf *sd_rx_resp; /* Reassembled SD response */ member in struct:p2p_data

Completed in 143 milliseconds