/freebsd/contrib/wpa/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) in uuid_bin2str() function
|
/freebsd/contrib/wpa/src/wps/ |
H A 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()
|
H A 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()
|
H A D | wps_upnp_event.c | 162 uuid_bin2str(e->s->uuid, b, 80); in event_build_message()
|
H A D | wps_upnp.c | 769 uuid_bin2str(s->uuid, str, sizeof(str)); in subscription_start()
|
H A 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()
|
H A D | wps_registrar.c | 3596 if (uuid_bin2str(d->uuid, uuid, sizeof(uuid))) in wps_registrar_get_info()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wps_supplicant.c | 756 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_add() 779 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_remove() 790 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_add() 814 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_remove() 836 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_settings() 852 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_set_sel_reg() 1481 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in wpas_wps_pin_needed_cb() 1563 uuid_bin2str(wps->uuid, buf, sizeof(buf)); in wpas_wps_set_uuid()
|
H A D | config_winreg.c | 592 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_write_global()
|
H A D | config_file.c | 1167 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_write_global()
|
H A D | config.c | 5029 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_process_uuid()
|
H A D | ctrl_iface.c | 2546 uuid_bin2str(wpa_s->wps->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_ctrl_iface_status()
|
/freebsd/contrib/wpa/src/ap/ |
H A 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()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | main.c | 707 if (uuid_bin2str(uuid, buf, sizeof(buf)) < 0) in gen_uuid()
|