OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p2p_attributes
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_parse.c
411
msg->
p2p_attributes
= ieee802_11_vendor_ie_concat(data, len,
413
if (msg->
p2p_attributes
&&
414
p2p_parse_p2p_ie(msg->
p2p_attributes
, msg)) {
416
if (msg->
p2p_attributes
)
418
msg->
p2p_attributes
);
458
wpabuf_free(msg->
p2p_attributes
);
459
msg->
p2p_attributes
= NULL;
p2p_i.h
418
struct wpabuf *
p2p_attributes
;
member in struct:p2p_message
p2p.c
[
all
...]
Completed in 157 milliseconds