/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | uuid.h | 15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
|
H A D | uuid.c | 50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) function
|
/external/wpa_supplicant_8/src/utils/ |
H A D | uuid.h | 15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
|
H A D | uuid.c | 50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) function
|
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | uuid.h | 15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
|
H A D | uuid.c | 50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) function
|
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | wps_upnp_event.c | 161 uuid_bin2str(e->s->uuid, b, 80);
|
H A D | 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); 1291 uuid_bin2str(uuid, str, sizeof(str));
|
H A D | wps_upnp_ssdp.c | 133 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string)); 586 uuid_bin2str(iface->wps->uuid, uuid_string,
|
H A D | wps_er.c | 250 uuid_bin2str(ap->sid, sid, sizeof(sid)); 393 uuid_bin2str(ap->sid, txt, sizeof(txt));
|
H A D | wps_upnp.c | 747 uuid_bin2str(s->uuid, str, sizeof(str));
|
/external/wpa_supplicant_8/src/wps/ |
H A D | wps_upnp_event.c | 161 uuid_bin2str(e->s->uuid, b, 80);
|
H A D | 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); 1291 uuid_bin2str(uuid, str, sizeof(str));
|
H A D | wps_upnp_ssdp.c | 133 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string)); 586 uuid_bin2str(iface->wps->uuid, uuid_string,
|
H A D | wps_er.c | 250 uuid_bin2str(ap->sid, sid, sizeof(sid)); 393 uuid_bin2str(ap->sid, txt, sizeof(txt));
|
H A D | wps_upnp.c | 747 uuid_bin2str(s->uuid, str, sizeof(str));
|
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | wps_upnp_event.c | 161 uuid_bin2str(e->s->uuid, b, 80);
|
H A D | 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); 1291 uuid_bin2str(uuid, str, sizeof(str));
|
H A D | wps_upnp_ssdp.c | 133 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string)); 586 uuid_bin2str(iface->wps->uuid, uuid_string,
|
H A D | wps_er.c | 250 uuid_bin2str(ap->sid, sid, sizeof(sid)); 393 uuid_bin2str(ap->sid, txt, sizeof(txt));
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | 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)); 1414 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) 1496 uuid_bin2str(wps->uuid, buf, sizeof(buf));
|
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | 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)))
|
/external/wpa_supplicant_8/src/ap/ |
H A D | 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)))
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | 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)))
|
/external/wpa_supplicant_8/hostapd/ |
H A D | main.c | 607 if (uuid_bin2str(uuid, buf, sizeof(buf)) < 0)
|