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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_parse.c 178 if (len != WPS_HASH_LEN) {
186 if (len != WPS_HASH_LEN) {
194 if (len != WPS_HASH_LEN) {
202 if (len != WPS_HASH_LEN) {
wps_i.h 56 u8 peer_hash1[WPS_HASH_LEN];
57 u8 peer_hash2[WPS_HASH_LEN];
126 const u8 *r_hash1; /* WPS_HASH_LEN (32) octets */
127 const u8 *r_hash2; /* WPS_HASH_LEN (32) octets */
128 const u8 *e_hash1; /* WPS_HASH_LEN (32) octets */
129 const u8 *e_hash2; /* WPS_HASH_LEN (32) octets */
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);
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);
581 if (os_memcmp(wps->peer_hash1, hash, WPS_HASH_LEN) != 0) {
621 if (os_memcmp(wps->peer_hash2, hash, WPS_HASH_LEN) != 0) {
wps_defs.h 31 #define WPS_HASH_LEN 32
wps_registrar.c     [all...]

Completed in 49 milliseconds