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

12

/external/wpa_supplicant_8/hostapd/src/utils/
H A Duuid.h15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
H A Duuid.c49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) function
/external/wpa_supplicant_8/src/utils/
H A Duuid.h15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
H A Duuid.c49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Duuid.h15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
H A Duuid.c49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) function
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_event.c161 uuid_bin2str(e->s->uuid, b, 80);
H A Dwps_upnp_ssdp.c139 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
595 uuid_bin2str(iface->wps->uuid, uuid_string,
H A Dwps_upnp_web.c226 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
1046 uuid_bin2str(uuid, str, sizeof(str));
1076 uuid_bin2str(s->uuid, b, 80);
H A Dwps_er.c250 uuid_bin2str(ap->sid, sid, sizeof(sid));
394 uuid_bin2str(ap->sid, txt, sizeof(txt));
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_event.c161 uuid_bin2str(e->s->uuid, b, 80);
H A Dwps_upnp_ssdp.c139 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
595 uuid_bin2str(iface->wps->uuid, uuid_string,
H A Dwps_upnp_web.c226 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
1046 uuid_bin2str(uuid, str, sizeof(str));
1076 uuid_bin2str(s->uuid, b, 80);
H A Dwps_er.c250 uuid_bin2str(ap->sid, sid, sizeof(sid));
394 uuid_bin2str(ap->sid, txt, sizeof(txt));
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_event.c161 uuid_bin2str(e->s->uuid, b, 80);
H A Dwps_upnp_ssdp.c139 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
595 uuid_bin2str(iface->wps->uuid, uuid_string,
H A Dwps_upnp_web.c226 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
1046 uuid_bin2str(uuid, str, sizeof(str));
1076 uuid_bin2str(s->uuid, b, 80);
H A Dwps_er.c250 uuid_bin2str(ap->sid, sid, sizeof(sid));
394 uuid_bin2str(ap->sid, txt, sizeof(txt));
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c646 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
669 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
680 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
704 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
726 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str));
742 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str));
1255 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
1334 uuid_bin2str(wps->uuid, buf, sizeof(buf));
H A Dconfig_winreg.c580 uuid_bin2str(config->uuid, buf, sizeof(buf));
H A Dconfig_file.c960 uuid_bin2str(config->uuid, buf, sizeof(buf));
/external/wpa_supplicant_8/hostapd/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)))
/external/wpa_supplicant_8/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)))
/external/wpa_supplicant_8/wpa_supplicant/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)))
/external/wpa_supplicant_8/hostapd/
H A Dmain.c528 if (uuid_bin2str(uuid, buf, sizeof(buf)) < 0)

Completed in 754 milliseconds

12