Lines Matching refs:p2p_attributes
564 msg->p2p_attributes = ieee802_11_vendor_ie_concat(data, len, in p2p_parse_ies()
566 if (msg->p2p_attributes && in p2p_parse_ies()
567 p2p_parse_p2p_ie(msg->p2p_attributes, msg)) { in p2p_parse_ies()
569 if (msg->p2p_attributes) in p2p_parse_ies()
571 msg->p2p_attributes); in p2p_parse_ies()
627 msg->p2p_attributes = wpabuf_alloc_copy(p2p, p2p_len); in p2p_parse_ies_separate()
628 if (msg->p2p_attributes && in p2p_parse_ies_separate()
629 p2p_parse_p2p_ie(msg->p2p_attributes, msg)) { in p2p_parse_ies_separate()
631 if (msg->p2p_attributes) in p2p_parse_ies_separate()
633 msg->p2p_attributes); in p2p_parse_ies_separate()
648 wpabuf_free(msg->p2p_attributes); in p2p_parse_free()
649 msg->p2p_attributes = NULL; in p2p_parse_free()