Searched refs:wps_attributes (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_parse.c414 msg->wps_attributes = ieee802_11_vendor_ie_concat(data, len,
416 if (msg->wps_attributes &&
417 p2p_parse_wps_ie(msg->wps_attributes, msg)) {
475 msg->wps_attributes = wpabuf_alloc_copy(wsc, wsc_len);
476 if (msg->wps_attributes &&
477 p2p_parse_wps_ie(msg->wps_attributes, msg)) {
505 wpabuf_free(msg->wps_attributes);
506 msg->wps_attributes = NULL;
H A Dp2p_i.h511 struct wpabuf *wps_attributes; member in struct:p2p_message
H A Dp2p.c2136 if (msg.wps_attributes &&
2137 !p2p_match_dev_type(p2p, msg.wps_attributes)) {
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_parse.c414 msg->wps_attributes = ieee802_11_vendor_ie_concat(data, len,
416 if (msg->wps_attributes &&
417 p2p_parse_wps_ie(msg->wps_attributes, msg)) {
475 msg->wps_attributes = wpabuf_alloc_copy(wsc, wsc_len);
476 if (msg->wps_attributes &&
477 p2p_parse_wps_ie(msg->wps_attributes, msg)) {
505 wpabuf_free(msg->wps_attributes);
506 msg->wps_attributes = NULL;
H A Dp2p_i.h511 struct wpabuf *wps_attributes; member in struct:p2p_message
H A Dp2p.c2136 if (msg.wps_attributes &&
2137 !p2p_match_dev_type(p2p, msg.wps_attributes)) {
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_parse.c414 msg->wps_attributes = ieee802_11_vendor_ie_concat(data, len,
416 if (msg->wps_attributes &&
417 p2p_parse_wps_ie(msg->wps_attributes, msg)) {
475 msg->wps_attributes = wpabuf_alloc_copy(wsc, wsc_len);
476 if (msg->wps_attributes &&
477 p2p_parse_wps_ie(msg->wps_attributes, msg)) {
505 wpabuf_free(msg->wps_attributes);
506 msg->wps_attributes = NULL;
H A Dp2p_i.h511 struct wpabuf *wps_attributes; member in struct:p2p_message
H A Dp2p.c2136 if (msg.wps_attributes &&
2137 !p2p_match_dev_type(p2p, msg.wps_attributes)) {

Completed in 139 milliseconds