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 405 msg->p2p_attributes = ieee802_11_vendor_ie_concat(data, len,
407 if (msg->p2p_attributes &&
408 p2p_parse_p2p_ie(msg->p2p_attributes, msg)) {
410 if (msg->p2p_attributes)
412 msg->p2p_attributes);
459 wpabuf_free(msg->p2p_attributes);
460 msg->p2p_attributes = NULL;
p2p_i.h 483 struct wpabuf *p2p_attributes; member in struct:p2p_message
p2p.c     [all...]

Completed in 366 milliseconds