OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sd_resp
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/ap/
gas_serv.h
48
struct wpabuf *
sd_resp
; /* Fragmented response */
member in struct:gas_dialog_info
50
size_t sd_resp_pos; /* Offset in
sd_resp
*/
gas_serv.c
106
wpabuf_free(dia->
sd_resp
);
807
di->
sd_resp
= buf;
941
if (dialog->
sd_resp
== NULL) {
949
dialog->
sd_resp
= buf;
952
frag_len = wpabuf_len(dialog->
sd_resp
) - dialog->sd_resp_pos;
996
buf = wpabuf_alloc_copy(wpabuf_head_u8(dialog->
sd_resp
) +
1054
if (dialog->
sd_resp
== NULL) {
1078
dialog->
sd_resp
= buf;
1081
frag_len = wpabuf_len(dialog->
sd_resp
) - dialog->sd_resp_pos;
1088
buf = wpabuf_alloc_copy(wpabuf_head_u8(dialog->
sd_resp
)
[
all
...]
/external/wpa_supplicant_8/src/p2p/
p2p_sd.c
395
if (p2p->
sd_resp
) {
405
wpabuf_free(p2p->
sd_resp
);
407
p2p->
sd_resp
= wpabuf_dup(resp_tlvs);
408
if (p2p->
sd_resp
== NULL) {
635
if (p2p->
sd_resp
== NULL) {
646
frag_len = wpabuf_len(p2p->
sd_resp
) - p2p->sd_resp_pos;
653
wpabuf_head_u8(p2p->
sd_resp
) +
656
wpabuf_len(p2p->
sd_resp
));
668
(int) (wpabuf_len(p2p->
sd_resp
) - p2p->sd_resp_pos));
672
wpabuf_free(p2p->
sd_resp
);
[
all
...]
p2p_i.h
359
struct wpabuf *
sd_resp
; /* Fragmented SD response */
member in struct:p2p_data
362
size_t sd_resp_pos; /* Offset in
sd_resp
*/
p2p.c
[
all
...]
Completed in 53 milliseconds