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

  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 275 int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len);
345 static inline int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) function
eapol_supp_sm.c 682 res = eapol_sm_get_key(sm, (u8 *) &keydata, sizeof(keydata));
690 res = eapol_sm_get_key(sm, (u8 *) &keydata, 16);
1479 int eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) function
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 82 res = eapol_sm_get_key(eapol, pmk, PMK_LEN);
88 res = eapol_sm_get_key(eapol, pmk, 16);
wpa.c 173 res = eapol_sm_get_key(sm->eapol, sm->pmk, PMK_LEN);
179 res = eapol_sm_get_key(sm->eapol, sm->pmk, 16);
184 if (eapol_sm_get_key(sm->eapol, buf, 2 * PMK_LEN) == 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 256 res = eapol_sm_get_key(eapol, buf, 2 * PMK_LEN);
265 res = eapol_sm_get_key(eapol, pmk, PMK_LEN);
271 res = eapol_sm_get_key(eapol, pmk, 16);
eapol_test.c 339 if (eapol_sm_get_key(e->wpa_s->eapol, pmk, PMK_LEN) == 0) {
348 eapol_sm_get_key(e->wpa_s->eapol, pmk, 16) == 0) {
    [all...]

Completed in 68 milliseconds