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 422 msg->p2p_attributes = ieee802_11_vendor_ie_concat(data, len,
424 if (msg->p2p_attributes &&
425 p2p_parse_p2p_ie(msg->p2p_attributes, msg)) {
427 if (msg->p2p_attributes)
429 msg->p2p_attributes);
482 msg->p2p_attributes = wpabuf_alloc_copy(p2p, p2p_len);
483 if (msg->p2p_attributes &&
484 p2p_parse_p2p_ie(msg->p2p_attributes, msg)) {
486 if (msg->p2p_attributes)
488 msg->p2p_attributes);
    [all...]
p2p_i.h 510 struct wpabuf *p2p_attributes; member in struct:p2p_message
p2p.c     [all...]

Completed in 43 milliseconds