Home
last modified time | relevance | path

Searched refs:e_hash1 (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_i.h128 const u8 *e_hash1; /* WPS_HASH_LEN (32) octets */ member
Dwps_attr_parse.c199 attr->e_hash1 = pos; in wps_set_attr()
Dwps_registrar.c1600 static int wps_process_e_hash1(struct wps_data *wps, const u8 *e_hash1) in wps_process_e_hash1() argument
1602 if (e_hash1 == NULL) { in wps_process_e_hash1()
1607 os_memcpy(wps->peer_hash1, e_hash1, WPS_HASH_LEN); in wps_process_e_hash1()
1988 wps_process_e_hash1(wps, attr->e_hash1) || in wps_process_m3()