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

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_parse.h39 const u8 *e_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_registrar.c2182 static int wps_process_e_hash2(struct wps_data *wps, const u8 *e_hash2) argument
2184 if (e_hash2 == NULL) {
2189 os_memcpy(wps->peer_hash2, e_hash2, WPS_HASH_LEN);
2692 wps_process_e_hash2(wps, attr->e_hash2)) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_parse.h39 const u8 *e_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_registrar.c2182 static int wps_process_e_hash2(struct wps_data *wps, const u8 *e_hash2) argument
2184 if (e_hash2 == NULL) {
2189 os_memcpy(wps->peer_hash2, e_hash2, WPS_HASH_LEN);
2692 wps_process_e_hash2(wps, attr->e_hash2)) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_parse.h39 const u8 *e_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_registrar.c2182 static int wps_process_e_hash2(struct wps_data *wps, const u8 *e_hash2) argument
2184 if (e_hash2 == NULL) {
2189 os_memcpy(wps->peer_hash2, e_hash2, WPS_HASH_LEN);
2692 wps_process_e_hash2(wps, attr->e_hash2)) {

Completed in 120 milliseconds