Home
last modified time | relevance | path

Searched refs:eapol_sm_notify_pmkid_attempt (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant/
Deapol_sm.h226 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt);
299 #define eapol_sm_notify_pmkid_attempt(sm, attempt) do { } while (0) macro
Devents.c114 eapol_sm_notify_pmkid_attempt(wpa_s->eapol, 1); in wpa_find_assoc_pmkid()
Deapol_sm.c1410 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt) in eapol_sm_notify_pmkid_attempt() function
Dwpa_supplicant.c1441 eapol_sm_notify_pmkid_attempt(wpa_s->eapol, 1); in wpa_supplicant_associate()