Home
last modified time | relevance | path

Searched refs:UUID_LEN (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Duuid.c68 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()
H A Duuid.h12 #define UUID_LEN 16 macro
/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp_i.h89 u8 uuid[UUID_LEN];
156 const u8 uuid[UUID_LEN]);
159 const u8 uuid[UUID_LEN]);
H A Dwps_upnp.c254 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
H A Dwps_upnp_web.c996 u8 uuid[UUID_LEN]; in web_connection_parse_subscribe()
1215 u8 uuid[UUID_LEN]; in web_connection_parse_unsubscribe()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c1872 ap->uuid, UUID_LEN); in wpas_wps_is_pbc_overlap()
1873 if (!sel_uuid || os_memcmp(sel_uuid, ap->uuid, UUID_LEN) != 0) in wpas_wps_is_pbc_overlap()
1907 sel_uuid, UUID_LEN); in wpas_wps_scan_pbc_overlap()
2032 u8 u[UUID_LEN]; in wpas_wps_er_add_pin()
2053 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_pbc()
2069 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_learn()
2121 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_set_config()
2148 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_config()
2208 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_nfc_config_token()
2615 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_nfc_handover_sel()
/freebsd/contrib/wpa/src/ap/
H A Dwps_hostapd.c1109 os_memcpy(wps->uuid, uuid, UUID_LEN); in hostapd_init_wps()
1111 "interface", wps->uuid, UUID_LEN); in hostapd_init_wps()
1115 "address", wps->uuid, UUID_LEN); in hostapd_init_wps()
1118 os_memcpy(wps->uuid, hapd->conf->uuid, UUID_LEN); in hostapd_init_wps()
1120 wps->uuid, UUID_LEN); in hostapd_init_wps()
1544 u8 u[UUID_LEN]; in hostapd_wps_add_pin()
/freebsd/contrib/wpa/hostapd/
H A Dmain.c700 u8 uuid[UUID_LEN]; in gen_uuid()