Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:uuid

24 #include "uuid.h"
635 char uuid[40], txt[400];
637 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
639 wpa_printf(MSG_DEBUG, "WPS: PIN needed for UUID-E %s", uuid);
642 uuid, MAC2STR(dev->mac_addr), dev->device_name,
699 if (is_nil_uuid(wpa_s->conf->uuid)) {
700 uuid_gen_mac_addr(wpa_s->own_addr, wps->uuid);
701 wpa_hexdump(MSG_DEBUG, "WPS: UUID based on MAC address",
702 wps->uuid, WPS_UUID_LEN);
704 os_memcpy(wps->uuid, wpa_s->conf->uuid, WPS_UUID_LEN);
847 const u8 *sel_uuid, *uuid;
874 uuid = wps_get_uuid_e(ie);
875 if (sel_uuid == NULL || uuid == NULL ||
876 os_memcmp(sel_uuid, uuid, 16) != 0) {