HomeSort by relevance Sort by last modified time
    Searched refs:p2p_attributes (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 543 msg->p2p_attributes = ieee802_11_vendor_ie_concat(data, len,
545 if (msg->p2p_attributes &&
546 p2p_parse_p2p_ie(msg->p2p_attributes, msg)) {
548 if (msg->p2p_attributes)
550 msg->p2p_attributes);
606 msg->p2p_attributes = wpabuf_alloc_copy(p2p, p2p_len);
607 if (msg->p2p_attributes &&
608 p2p_parse_p2p_ie(msg->p2p_attributes, msg)) {
610 if (msg->p2p_attributes)
612 msg->p2p_attributes);
    [all...]
p2p_i.h 566 struct wpabuf *p2p_attributes; member in struct:p2p_message
p2p.c     [all...]

Completed in 328 milliseconds