Searched refs:uuid_str2bin (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | uuid.h | 14 int uuid_str2bin(const char *str, u8 *bin);
|
D | uuid.c | 14 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin() function
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er_ssdp.c | 96 if (uuid_str2bin(pos2, uuid) < 0) { in wps_er_ssdp_rx()
|
D | wps_upnp_web.c | 1024 if (uuid_str2bin(h, uuid)) { in web_connection_parse_subscribe() 1193 if (uuid_str2bin(h, uuid)) { in web_connection_parse_unsubscribe()
|
D | wps_er.c | 387 if (uuid_str2bin(pos, ap->sid) < 0) { in wps_er_get_sid() 587 if (uuid_str2bin(pos, ap->uuid) < 0) in wps_er_parse_device_description()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 1873 } else if (uuid_str2bin(uuid, u) == 0) { in wpas_wps_er_add_pin() 1892 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_pbc() 1908 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_learn() 1963 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_set_config() 1989 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_config() 2050 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_nfc_config_token() 2450 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_nfc_handover_sel()
|
D | config_winreg.c | 173 if (uuid_str2bin(str, config->uuid)) in wpa_config_read_global_uuid()
|
D | config.c | 3802 if (uuid_str2bin(pos, config->uuid)) { in wpa_config_process_uuid()
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 1292 if (uuid_str2bin(uuid, u)) in hostapd_wps_add_pin()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 2836 if (uuid_str2bin(pos, bss->uuid)) { in hostapd_config_fill()
|