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

  /external/wpa_supplicant_8/src/wps/
wps_i.h 58 u8 peer_hash1[WPS_HASH_LEN]; member in struct:wps_data
wps_enrollee.c 536 os_memcpy(wps->peer_hash1, r_hash1, WPS_HASH_LEN);
537 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash1", wps->peer_hash1, WPS_HASH_LEN);
582 if (os_memcmp(wps->peer_hash1, hash, WPS_HASH_LEN) != 0) {
    [all...]
wps_registrar.c     [all...]

Completed in 985 milliseconds