HomeSort by relevance Sort by last modified time
    Searched refs:r_hash2 (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_parse.c 191 attr->r_hash2 = pos;
wps_enrollee.c 542 static int wps_process_r_hash2(struct wps_data *wps, const u8 *r_hash2)
544 if (r_hash2 == NULL) {
549 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN);
848 wps_process_r_hash2(wps, attr->r_hash2)) {
wps_i.h 127 const u8 *r_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr

Completed in 98 milliseconds