Searched defs:e_hash1 (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_parse.h38 const u8 *e_hash1; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_registrar.c2130 static int wps_process_e_hash1(struct wps_data *wps, const u8 *e_hash1) argument
2132 if (e_hash1 == NULL) {
2137 os_memcpy(wps->peer_hash1, e_hash1, WPS_HASH_LEN);
2635 wps_process_e_hash1(wps, attr->e_hash1) ||
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_parse.h38 const u8 *e_hash1; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_registrar.c2130 static int wps_process_e_hash1(struct wps_data *wps, const u8 *e_hash1) argument
2132 if (e_hash1 == NULL) {
2137 os_memcpy(wps->peer_hash1, e_hash1, WPS_HASH_LEN);
2635 wps_process_e_hash1(wps, attr->e_hash1) ||
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_parse.h38 const u8 *e_hash1; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_registrar.c2130 static int wps_process_e_hash1(struct wps_data *wps, const u8 *e_hash1) argument
2132 if (e_hash1 == NULL) {
2137 os_memcpy(wps->peer_hash1, e_hash1, WPS_HASH_LEN);
2635 wps_process_e_hash1(wps, attr->e_hash1) ||

Completed in 229 milliseconds