Home
last modified time | relevance | path

Searched refs:uuid_bin2str (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Duuid.h15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
Duuid.c49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() function
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c84 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_reg_success_cb()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_registrar.c3621 if (uuid_bin2str(d->uuid, uuid, sizeof(uuid))) in wps_registrar_get_info()