Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:uuid

13 #include "uuid.h"
500 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
523 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
534 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
558 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
580 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str));
583 "uuid=%s ssid=%s auth_type=0x%04x encr_type=0x%04x "
596 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str));
600 "uuid=%s state=START sel_reg=%d dev_passwd_id=%u "
607 "uuid=%s state=DONE", uuid_str);
611 "uuid=%s state=FAILED", uuid_str);
1048 char uuid[40], txt[400];
1051 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
1053 wpa_printf(MSG_DEBUG, "WPS: PIN needed for UUID-E %s", uuid);
1056 uuid, MAC2STR(dev->mac_addr), dev->device_name,
1109 wpa_printf(MSG_DEBUG, "WPS: Set UUID for interface %s", wpa_s->ifname);
1110 if (is_nil_uuid(wpa_s->conf->uuid)) {
1116 os_memcpy(wps->uuid, wpa_s->global->ifaces->wps->uuid,
1118 wpa_hexdump(MSG_DEBUG, "WPS: UUID from the first "
1119 "interface", wps->uuid, WPS_UUID_LEN);
1121 uuid_gen_mac_addr(wpa_s->own_addr, wps->uuid);
1122 wpa_hexdump(MSG_DEBUG, "WPS: UUID based on MAC "
1123 "address", wps->uuid, WPS_UUID_LEN);
1126 os_memcpy(wps->uuid, wpa_s->conf->uuid, WPS_UUID_LEN);
1127 wpa_hexdump(MSG_DEBUG, "WPS: UUID based on configuration",
1128 wps->uuid, WPS_UUID_LEN);
1365 const u8 *sel_uuid, *uuid;
1381 wpa_hexdump(MSG_DEBUG, "WPS: UUID of the selected BSS",
1402 uuid = wps_get_uuid_e(ie);
1403 wpa_hexdump(MSG_DEBUG, "WPS: UUID of the other BSS",
1404 uuid, UUID_LEN);
1405 if (sel_uuid == NULL || uuid == NULL ||
1406 os_memcmp(sel_uuid, uuid, UUID_LEN) != 0) {
1520 const char *uuid, const char *pin)
1525 if (os_strcmp(uuid, "any") == 0)
1527 else if (uuid_str2bin(uuid, u))
1535 int wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid)
1539 if (uuid_str2bin(uuid, u))
1545 int wpas_wps_er_learn(struct wpa_supplicant *wpa_s, const char *uuid,
1550 if (uuid_str2bin(uuid, u))
1557 int wpas_wps_er_set_config(struct wpa_supplicant *wpa_s, const char *uuid,
1564 if (uuid_str2bin(uuid, u))
1600 int wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid,
1607 if (uuid_str2bin(uuid, u))