HomeSort by relevance Sort by last modified time
    Searched full:authenticator_pmk (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
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...]

Completed in 101 milliseconds