Searched refs:UUID_LEN (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | uuid.c | 68 for (i = 0; i < UUID_LEN; i++) in is_nil_uuid() 83 if (os_get_random(uuid, UUID_LEN) < 0 || in uuid_random() 84 hmac_sha256(uuid, UUID_LEN, (const u8 *) &t, sizeof(t), hash) < 0) in uuid_random() 87 os_memcpy(uuid, hash, UUID_LEN); in uuid_random()
|
D | uuid.h | 12 #define UUID_LEN 16 macro
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_i.h | 89 u8 uuid[UUID_LEN]; 156 const u8 uuid[UUID_LEN]); 159 const u8 uuid[UUID_LEN]);
|
D | wps_upnp.c | 254 static int uuid_make(u8 uuid[UUID_LEN]) in uuid_make() argument 256 if (os_get_random(uuid, UUID_LEN) < 0) in uuid_make() 593 const u8 uuid[UUID_LEN]) in subscription_find() argument 597 if (os_memcmp(s->uuid, uuid, UUID_LEN) == 0) in subscription_find() 781 const u8 uuid[UUID_LEN]) in subscription_renew() argument
|
D | wps_upnp_web.c | 996 u8 uuid[UUID_LEN]; in web_connection_parse_subscribe() 1215 u8 uuid[UUID_LEN]; in web_connection_parse_unsubscribe()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 1852 sel_uuid, UUID_LEN); in wpas_wps_scan_pbc_overlap() 1877 ap->uuid, UUID_LEN); in wpas_wps_scan_pbc_overlap() 1879 os_memcmp(sel_uuid, ap->uuid, UUID_LEN) != 0) { in wpas_wps_scan_pbc_overlap() 1991 u8 u[UUID_LEN]; in wpas_wps_er_add_pin() 2012 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_pbc() 2028 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_learn() 2080 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_set_config() 2107 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_config() 2167 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_nfc_config_token() 2574 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_nfc_handover_sel()
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 1108 os_memcpy(wps->uuid, uuid, UUID_LEN); in hostapd_init_wps() 1110 "interface", wps->uuid, UUID_LEN); in hostapd_init_wps() 1114 "address", wps->uuid, UUID_LEN); in hostapd_init_wps() 1117 os_memcpy(wps->uuid, hapd->conf->uuid, UUID_LEN); in hostapd_init_wps() 1119 wps->uuid, UUID_LEN); in hostapd_init_wps() 1536 u8 u[UUID_LEN]; in hostapd_wps_add_pin()
|
/external/wpa_supplicant_8/hostapd/ |
D | main.c | 600 u8 uuid[UUID_LEN]; in gen_uuid()
|