/external/wpa_supplicant_8/src/wps/ |
wps_attr_parse.h | 21 const u8 *uuid_r; /* WPS_UUID_LEN (16) octets */ member in struct:wps_parse_attr
|
wps_enrollee.c | 410 wps->uuid_r); 539 static int wps_process_uuid_r(struct wps_data *wps, const u8 *uuid_r) 541 if (uuid_r == NULL) { 546 os_memcpy(wps->uuid_r, uuid_r, WPS_UUID_LEN); 547 wpa_hexdump(MSG_DEBUG, "WPS: UUID-R", wps->uuid_r, WPS_UUID_LEN); 960 wps_process_uuid_r(wps, attr->uuid_r) || [all...] |
wps_validate.c | 187 static int wps_validate_uuid_r(const u8 *uuid_r, int mandatory) 189 if (uuid_r == NULL) { 1200 wps_validate_uuid_e(attr.uuid_e, attr.uuid_r == NULL) || 1201 wps_validate_uuid_r(attr.uuid_r, attr.uuid_e == NULL) || 1361 wps_validate_uuid_r(attr.uuid_r, 1) || [all...] |
wps_i.h | 51 u8 uuid_r[WPS_UUID_LEN]; member in struct:wps_data
|
wps_attr_parse.c | 191 attr->uuid_r = pos;
|
wps.c | 47 os_memcpy(data->uuid_r, cfg->wps->uuid, WPS_UUID_LEN);
|
wps_er.c | [all...] |
wps_registrar.c | [all...] |