/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | uuid.h | 14 int uuid_str2bin(const char *str, u8 *bin);
|
D | uuid.c | 15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | uuid.h | 14 int uuid_str2bin(const char *str, u8 *bin);
|
D | uuid.c | 15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_er_ssdp.c | 94 if (uuid_str2bin(pos2, uuid) < 0) { in wps_er_ssdp_rx()
|
D | wps_upnp_web.c | 1096 if (uuid_str2bin(h, uuid)) { in web_connection_parse_subscribe() 1265 if (uuid_str2bin(h, uuid)) { in web_connection_parse_unsubscribe()
|
D | wps_er.c | 386 if (uuid_str2bin(pos, ap->sid) < 0) { in wps_er_get_sid() 586 if (uuid_str2bin(pos, ap->uuid) < 0) in wps_er_parse_device_description()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_er_ssdp.c | 94 if (uuid_str2bin(pos2, uuid) < 0) { in wps_er_ssdp_rx()
|
D | wps_upnp_web.c | 1096 if (uuid_str2bin(h, uuid)) { in web_connection_parse_subscribe() 1265 if (uuid_str2bin(h, uuid)) { in web_connection_parse_unsubscribe()
|
D | wps_er.c | 386 if (uuid_str2bin(pos, ap->sid) < 0) { in wps_er_get_sid() 586 if (uuid_str2bin(pos, ap->uuid) < 0) in wps_er_parse_device_description()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wps_supplicant.c | 2001 } else if (uuid_str2bin(uuid, u) == 0) { in wpas_wps_er_add_pin() 2020 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_pbc() 2036 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_learn() 2091 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_set_config() 2117 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_config() 2178 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_nfc_config_token() 2588 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_nfc_handover_sel()
|
D | config_winreg.c | 172 if (uuid_str2bin(str, config->uuid)) in wpa_config_read_global_uuid()
|
D | config.c | 4734 if (uuid_str2bin(pos, config->uuid)) { in wpa_config_process_uuid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wps_supplicant.c | 1961 } else if (uuid_str2bin(uuid, u) == 0) { in wpas_wps_er_add_pin() 1980 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_pbc() 1996 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_learn() 2051 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_set_config() 2077 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_config() 2138 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_nfc_config_token() 2538 if (uuid_str2bin(uuid, u) == 0) in wpas_wps_er_nfc_handover_sel()
|
D | config_winreg.c | 172 if (uuid_str2bin(str, config->uuid)) in wpa_config_read_global_uuid()
|
D | config.c | 4375 if (uuid_str2bin(pos, config->uuid)) { in wpa_config_process_uuid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wps_hostapd.c | 1372 if (uuid_str2bin(uuid, u)) in hostapd_wps_add_pin()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wps_hostapd.c | 1556 if (uuid_str2bin(uuid, u)) in hostapd_wps_add_pin()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 3586 if (uuid_str2bin(pos, bss->uuid)) {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 3689 if (uuid_str2bin(pos, bss->uuid)) { in hostapd_config_fill()
|