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.c532 msg->p2p_attributes = ieee802_11_vendor_ie_concat(data, len, in p2p_parse_ies()
534 if (msg->p2p_attributes && in p2p_parse_ies()
535 p2p_parse_p2p_ie(msg->p2p_attributes, msg)) { in p2p_parse_ies()
537 if (msg->p2p_attributes) in p2p_parse_ies()
539 msg->p2p_attributes); in p2p_parse_ies()
592 msg->p2p_attributes = wpabuf_alloc_copy(p2p, p2p_len); in p2p_parse_ies_separate()
593 if (msg->p2p_attributes && in p2p_parse_ies_separate()
594 p2p_parse_p2p_ie(msg->p2p_attributes, msg)) { in p2p_parse_ies_separate()
596 if (msg->p2p_attributes) in p2p_parse_ies_separate()
598 msg->p2p_attributes); in p2p_parse_ies_separate()
[all …]
Dp2p_i.h544 struct wpabuf *p2p_attributes; member
Dp2p.c2021 if (p2p_parse_ies(ie, ie_len, &msg) < 0 || msg.p2p_attributes == NULL) in p2p_add_dev_from_probe_req()