Home
last modified time | relevance | path

Searched refs:aborted_cached (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.h186 * aborted_cached - Notify that cached PMK attempt was aborted
189 void (*aborted_cached)(void *ctx); member
H A Deapol_supp_sm.c1707 if (sm->ctx->aborted_cached) in eapol_sm_abort_cached()
1708 sm->ctx->aborted_cached(sm->ctx->ctx); in eapol_sm_abort_cached()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.h186 * aborted_cached - Notify that cached PMK attempt was aborted
189 void (*aborted_cached)(void *ctx); member
H A Deapol_supp_sm.c1760 if (sm->ctx->aborted_cached) in eapol_sm_abort_cached()
1761 sm->ctx->aborted_cached(sm->ctx->ctx); in eapol_sm_abort_cached()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpas_glue.c1110 ctx->aborted_cached = wpa_supplicant_aborted_cached; in wpa_supplicant_init_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpas_glue.c1198 ctx->aborted_cached = wpa_supplicant_aborted_cached; in wpa_supplicant_init_eapol()

Completed in 13 milliseconds