Searched refs:uuid_bin2str (Results 1 – 15 of 15) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | uuid.h | 15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
|
D | uuid.c | 49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() function
|
/external/wpa_supplicant_8/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 | 139 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string)); in next_advertisement() 592 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() 394 uuid_bin2str(ap->sid, txt, sizeof(txt)); in wps_er_get_sid()
|
D | wps_registrar.c | 3529 if (uuid_bin2str(d->uuid, uuid, sizeof(uuid))) in wps_registrar_get_info()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 720 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_add() 743 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_remove() 754 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_add() 778 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_remove() 800 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_settings() 816 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_set_sel_reg() 1400 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in wpas_wps_pin_needed_cb() 1479 uuid_bin2str(wps->uuid, buf, sizeof(buf)); in wpas_wps_set_uuid()
|
D | config_winreg.c | 580 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_write_global()
|
D | config_file.c | 1037 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_write_global()
|
D | config.c | 3905 uuid_bin2str(config->uuid, buf, sizeof(buf)); in wpa_config_process_uuid()
|
D | ctrl_iface.c | 2037 uuid_bin2str(wpa_s->wps->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_ctrl_iface_status()
|
/external/wpa_supplicant_8/hostapd/ |
D | main.c | 541 if (uuid_bin2str(uuid, buf, sizeof(buf)) < 0) in gen_uuid()
|
/external/wpa_supplicant_8/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()
|