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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_i.h 56 u8 peer_hash1[WPS_HASH_LEN]; member in struct:wps_data
wps_enrollee.c 535 os_memcpy(wps->peer_hash1, r_hash1, WPS_HASH_LEN);
536 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash1", wps->peer_hash1, WPS_HASH_LEN);
581 if (os_memcmp(wps->peer_hash1, hash, WPS_HASH_LEN) != 0) {
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/src/wps/
wps_i.h 55 u8 peer_hash1[WPS_HASH_LEN]; member in struct:wps_data
wps_enrollee.c 561 os_memcpy(wps->peer_hash1, r_hash1, WPS_HASH_LEN);
562 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash1", wps->peer_hash1, WPS_HASH_LEN);
607 if (os_memcmp(wps->peer_hash1, hash, WPS_HASH_LEN) != 0) {
    [all...]
wps_registrar.c     [all...]

Completed in 107 milliseconds