/external/wpa_supplicant_8/src/utils/ |
uuid.h | 15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
|
uuid.c | 49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) function
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_event.c | 161 uuid_bin2str(e->s->uuid, b, 80);
|
wps_upnp_web.c | 226 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string)); 1118 uuid_bin2str(uuid, str, sizeof(str)); 1148 uuid_bin2str(s->uuid, b, 80); [all...] |
wps_upnp_ssdp.c | 139 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string)); 592 uuid_bin2str(iface->wps->uuid, uuid_string,
|
wps_er.c | 250 uuid_bin2str(ap->sid, sid, sizeof(sid)); 394 uuid_bin2str(ap->sid, txt, sizeof(txt)); [all...] |
wps_upnp.c | 747 uuid_bin2str(s->uuid, str, sizeof(str)); [all...] |
wps_registrar.c | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wps_supplicant.c | 720 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); 743 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); 754 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); 778 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); 800 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str)); 816 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str)); [all...] |
config_winreg.c | 580 uuid_bin2str(config->uuid, buf, sizeof(buf));
|
config_file.c | 1037 uuid_bin2str(config->uuid, buf, sizeof(buf)); [all...] |
config.c | [all...] |
ctrl_iface.c | [all...] |
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | 178 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))) [all...] |
/external/wpa_supplicant_8/hostapd/ |
main.c | 541 if (uuid_bin2str(uuid, buf, sizeof(buf)) < 0)
|