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

  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 37 const u8 *r_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
wps_enrollee.c 606 static int wps_process_r_hash2(struct wps_data *wps, const u8 *r_hash2)
608 if (r_hash2 == NULL) {
613 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN);
1101 wps_process_r_hash2(wps, attr->r_hash2)) {
    [all...]
wps_attr_parse.c 326 attr->r_hash2 = pos;
wps_validate.c     [all...]

Completed in 527 milliseconds