OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wps_attributes
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_parse.c
403
msg->
wps_attributes
= ieee802_11_vendor_ie_concat(data, len,
405
if (msg->
wps_attributes
&&
406
p2p_parse_wps_ie(msg->
wps_attributes
, msg)) {
460
wpabuf_free(msg->
wps_attributes
);
461
msg->
wps_attributes
= NULL;
p2p_i.h
419
struct wpabuf *
wps_attributes
;
member in struct:p2p_message
Completed in 111 milliseconds