Searched refs:uuid_bin2str (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/utils/
H A Duuid.h15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
H A Duuid.c50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) function
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps_upnp_event.c162 uuid_bin2str(e->s->uuid, b, 80);
H A Dwps_upnp_web.c226 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
1118 uuid_bin2str(uuid, str, sizeof(str));
1148 uuid_bin2str(s->uuid, b, 80);
1291 uuid_bin2str(uuid, str, sizeof(str));
H A Dwps_upnp_ssdp.c133 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
586 uuid_bin2str(iface->wps->uuid, uuid_string,
H A Dwps_er.c250 uuid_bin2str(ap->sid, sid, sizeof(sid));
393 uuid_bin2str(ap->sid, txt, sizeof(txt));
H A Dwps_upnp.c768 uuid_bin2str(s->uuid, str, sizeof(str));
H A Dwps_registrar.c3605 if (uuid_bin2str(d->uuid, uuid, sizeof(uuid)))
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c740 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
763 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
774 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
798 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
820 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str));
836 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str));
1439 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
1521 uuid_bin2str(wps->uuid, buf, sizeof(buf));
H A Dconfig_file.c1163 uuid_bin2str(config->uuid, buf, sizeof(buf));
H A Dconfig.c4379 uuid_bin2str(config->uuid, buf, sizeof(buf));
H A Dctrl_iface.c2323 uuid_bin2str(wpa_s->wps->uuid, uuid_str, sizeof(uuid_str));
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dmain.c607 if (uuid_bin2str(uuid, buf, sizeof(buf)) < 0)
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwps_hostapd.c178 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
234 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
259 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))

Completed in 210 milliseconds