eapol_test.c | 61 u8 authenticator_pmk[PMK_LEN]; member in struct:eapol_test_data 341 if (os_memcmp(pmk, e->authenticator_pmk, PMK_LEN) != 0) { 344 e->authenticator_pmk, PMK_LEN); 350 if (os_memcmp(pmk, e->authenticator_pmk, 16) != 0) { 353 e->authenticator_pmk, 16); 723 os_memcpy(e->authenticator_pmk, keys->recv, 730 os_memcpy(e->authenticator_pmk + [all...] |