OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sd_rx_resp
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_sd.c
560
if (p2p->
sd_rx_resp
) {
562
wpabuf_free(p2p->
sd_rx_resp
);
563
p2p->
sd_rx_resp
= NULL;
782
if (p2p->
sd_rx_resp
) {
823
if (wpabuf_resize(&p2p->
sd_rx_resp
, end - pos) < 0)
825
wpabuf_put_data(p2p->
sd_rx_resp
, pos, end - pos);
827
(unsigned int) wpabuf_len(p2p->
sd_rx_resp
));
832
if (wpabuf_len(p2p->
sd_rx_resp
) > 64000) {
833
wpabuf_free(p2p->
sd_rx_resp
);
834
p2p->
sd_rx_resp
= NULL
[
all
...]
p2p_i.h
422
struct wpabuf *
sd_rx_resp
; /* Reassembled SD response */
member in struct:p2p_data
Completed in 61 milliseconds