Searched defs:r_hash2 (Results 1 - 6 of 6) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | wps_attr_parse.h | 37 const u8 *r_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
|
H A D | wps_enrollee.c | 605 static int wps_process_r_hash2(struct wps_data *wps, const u8 *r_hash2) argument 607 if (r_hash2 == NULL) { 612 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN); 1100 wps_process_r_hash2(wps, attr->r_hash2)) {
|
/external/wpa_supplicant_8/src/wps/ |
H A D | wps_attr_parse.h | 37 const u8 *r_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
|
H A D | wps_enrollee.c | 605 static int wps_process_r_hash2(struct wps_data *wps, const u8 *r_hash2) argument 607 if (r_hash2 == NULL) { 612 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN); 1100 wps_process_r_hash2(wps, attr->r_hash2)) {
|
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | wps_attr_parse.h | 37 const u8 *r_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
|
H A D | wps_enrollee.c | 605 static int wps_process_r_hash2(struct wps_data *wps, const u8 *r_hash2) argument 607 if (r_hash2 == NULL) { 612 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN); 1100 wps_process_r_hash2(wps, attr->r_hash2)) {
|
Completed in 34 milliseconds