/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | uuid.h | 15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
|
D | uuid.c | 50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | uuid.h | 15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
|
D | uuid.c | 50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp_web.c | 226 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string)); in format_wps_device_xml() 1118 uuid_bin2str(uuid, str, sizeof(str)); in web_connection_parse_subscribe() 1148 uuid_bin2str(s->uuid, b, 80); in web_connection_parse_subscribe() 1291 uuid_bin2str(uuid, str, sizeof(str)); in web_connection_parse_unsubscribe()
|
D | wps_upnp_ssdp.c | 133 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string)); in next_advertisement() 586 uuid_bin2str(iface->wps->uuid, uuid_string, in ssdp_parse_msearch()
|
D | wps_upnp_event.c | 162 uuid_bin2str(e->s->uuid, b, 80); in event_build_message()
|
D | wps_upnp.c | 769 uuid_bin2str(s->uuid, str, sizeof(str)); in subscription_start()
|
D | wps_er.c | 250 uuid_bin2str(ap->sid, sid, sizeof(sid)); in wps_er_ap_unsubscribe() 393 uuid_bin2str(ap->sid, txt, sizeof(txt)); in wps_er_get_sid()
|
D | wps_registrar.c | 3597 if (uuid_bin2str(d->uuid, uuid, sizeof(uuid))) in wps_registrar_get_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_upnp_web.c | 226 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string)); in format_wps_device_xml() 1118 uuid_bin2str(uuid, str, sizeof(str)); in web_connection_parse_subscribe() 1148 uuid_bin2str(s->uuid, b, 80); in web_connection_parse_subscribe() 1291 uuid_bin2str(uuid, str, sizeof(str)); in web_connection_parse_unsubscribe()
|
D | wps_upnp_ssdp.c | 133 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string)); in next_advertisement() 586 uuid_bin2str(iface->wps->uuid, uuid_string, in ssdp_parse_msearch()
|
D | wps_upnp_event.c | 161 uuid_bin2str(e->s->uuid, b, 80); in event_build_message()
|
D | wps_upnp.c | 747 uuid_bin2str(s->uuid, str, sizeof(str)); in subscription_start()
|
D | wps_er.c | 250 uuid_bin2str(ap->sid, sid, sizeof(sid)); in wps_er_ap_unsubscribe() 393 uuid_bin2str(ap->sid, txt, sizeof(txt)); in wps_er_get_sid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wps_supplicant.c | 748 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_add() 771 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_remove() 782 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_add() 806 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_remove() 828 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_settings() 844 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_set_sel_reg() 1462 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in wpas_wps_pin_needed_cb() 1544 uuid_bin2str(wps->uuid, buf, sizeof(buf)); in wpas_wps_set_uuid()
|
D | config_winreg.c | 591 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_write_global()
|
D | config_file.c | 1126 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_write_global()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wps_supplicant.c | 740 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_add() 763 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_remove() 774 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_add() 798 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_remove() 820 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_settings() 836 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_set_sel_reg() 1439 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in wpas_wps_pin_needed_cb() 1521 uuid_bin2str(wps->uuid, buf, sizeof(buf)); in wpas_wps_set_uuid()
|
D | config_winreg.c | 582 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_write_global()
|
D | config_file.c | 1163 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_write_global()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wps_hostapd.c | 178 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_pin_needed_cb() 234 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_reg_success_cb() 259 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_enrollee_seen_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_main.c | 607 if (uuid_bin2str(uuid, buf, sizeof(buf)) < 0) in gen_uuid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wps_hostapd.c | 180 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_pin_needed_cb() 236 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_reg_success_cb() 261 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_enrollee_seen_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_main.c | 605 if (uuid_bin2str(uuid, buf, sizeof(buf)) < 0) in gen_uuid()
|