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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_i.h 57 u8 peer_hash2[WPS_HASH_LEN]; member in struct:wps_data
wps_enrollee.c 549 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN);
550 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash2", wps->peer_hash2, WPS_HASH_LEN);
621 if (os_memcmp(wps->peer_hash2, hash, WPS_HASH_LEN) != 0) {
wps_registrar.c     [all...]

Completed in 470 milliseconds