OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p2p_attributes
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/p2p/
p2p_parse.c
564
msg->
p2p_attributes
= ieee802_11_vendor_ie_concat(data, len,
566
if (msg->
p2p_attributes
&&
567
p2p_parse_p2p_ie(msg->
p2p_attributes
, msg)) {
569
if (msg->
p2p_attributes
)
571
msg->
p2p_attributes
);
627
msg->
p2p_attributes
= wpabuf_alloc_copy(p2p, p2p_len);
628
if (msg->
p2p_attributes
&&
629
p2p_parse_p2p_ie(msg->
p2p_attributes
, msg)) {
631
if (msg->
p2p_attributes
)
633
msg->
p2p_attributes
);
[
all
...]
p2p_i.h
563
struct wpabuf *
p2p_attributes
;
member in struct:p2p_message
p2p.c
2074
if (p2p_parse_ies(ie, ie_len, &msg) < 0 || msg.
p2p_attributes
== NULL)
Completed in 75 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026