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

  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 535 msg->wps_attributes = ieee802_11_vendor_ie_concat(data, len,
537 if (msg->wps_attributes &&
538 p2p_parse_wps_ie(msg->wps_attributes, msg)) {
599 msg->wps_attributes = wpabuf_alloc_copy(wsc, wsc_len);
600 if (msg->wps_attributes &&
601 p2p_parse_wps_ie(msg->wps_attributes, msg)) {
629 wpabuf_free(msg->wps_attributes);
630 msg->wps_attributes = NULL;
p2p_i.h 567 struct wpabuf *wps_attributes; member in struct:p2p_message
p2p.c     [all...]

Completed in 180 milliseconds