Home
last modified time | relevance | path

Searched refs:p2p_attributes (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p_parse.c543 msg->p2p_attributes = ieee802_11_vendor_ie_concat(data, len, in p2p_parse_ies()
545 if (msg->p2p_attributes && in p2p_parse_ies()
546 p2p_parse_p2p_ie(msg->p2p_attributes, msg)) { in p2p_parse_ies()
548 if (msg->p2p_attributes) in p2p_parse_ies()
550 msg->p2p_attributes); in p2p_parse_ies()
606 msg->p2p_attributes = wpabuf_alloc_copy(p2p, p2p_len); in p2p_parse_ies_separate()
607 if (msg->p2p_attributes && in p2p_parse_ies_separate()
608 p2p_parse_p2p_ie(msg->p2p_attributes, msg)) { in p2p_parse_ies_separate()
610 if (msg->p2p_attributes) in p2p_parse_ies_separate()
612 msg->p2p_attributes); in p2p_parse_ies_separate()
[all …]
Dp2p_i.h562 struct wpabuf *p2p_attributes; member
Dp2p.c2018 if (p2p_parse_ies(ie, ie_len, &msg) < 0 || msg.p2p_attributes == NULL) in p2p_add_dev_from_probe_req()