Home
last modified time | relevance | path

Searched refs:aborted_cached (Results 1 – 3 of 3) sorted by relevance

/hostap-3.6.0/src/eapol_supp/
Deapol_supp_sm.h189 void (*aborted_cached)(void *ctx); member
Deapol_supp_sm.c1723 if (sm->ctx->aborted_cached) in eapol_sm_abort_cached()
1724 sm->ctx->aborted_cached(sm->ctx->ctx); in eapol_sm_abort_cached()
/hostap-3.6.0/wpa_supplicant/
Dwpas_glue.c1178 ctx->aborted_cached = wpa_supplicant_aborted_cached; in wpa_supplicant_init_eapol()