Searched refs:r_hash2 (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_parse.h37 const u8 *r_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_enrollee.c543 static int wps_process_r_hash2(struct wps_data *wps, const u8 *r_hash2) argument
545 if (r_hash2 == NULL) {
550 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN);
1005 wps_process_r_hash2(wps, attr->r_hash2)) {
H A Dwps_attr_parse.c315 attr->r_hash2 = pos;
H A Dwps_validate.c1502 wps_validate_r_hash2(attr.r_hash2, 1) ||
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_parse.h37 const u8 *r_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_enrollee.c543 static int wps_process_r_hash2(struct wps_data *wps, const u8 *r_hash2) argument
545 if (r_hash2 == NULL) {
550 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN);
1005 wps_process_r_hash2(wps, attr->r_hash2)) {
H A Dwps_attr_parse.c315 attr->r_hash2 = pos;
H A Dwps_validate.c1502 wps_validate_r_hash2(attr.r_hash2, 1) ||
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_parse.h37 const u8 *r_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_enrollee.c543 static int wps_process_r_hash2(struct wps_data *wps, const u8 *r_hash2) argument
545 if (r_hash2 == NULL) {
550 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN);
1005 wps_process_r_hash2(wps, attr->r_hash2)) {
H A Dwps_attr_parse.c315 attr->r_hash2 = pos;
H A Dwps_validate.c1502 wps_validate_r_hash2(attr.r_hash2, 1) ||

Completed in 85 milliseconds