Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_attr_parse.h39 const u8 *e_hash2; /* WPS_HASH_LEN (32) octets */ member
Dwps_attr_parse.c353 attr->e_hash2 = pos; in wps_set_attr()
Dwps_registrar.c2295 static int wps_process_e_hash2(struct wps_data *wps, const u8 *e_hash2) in wps_process_e_hash2() argument
2297 if (e_hash2 == NULL) { in wps_process_e_hash2()
2302 os_memcpy(wps->peer_hash2, e_hash2, WPS_HASH_LEN); in wps_process_e_hash2()
2817 wps_process_e_hash2(wps, attr->e_hash2)) { in wps_process_m3()
Dwps_validate.c1623 wps_validate_e_hash2(attr->e_hash2, 1) || in wps_validate_m3()