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

/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h184 * aborted_cached - Notify that cached PMK attempt was aborted
187 void (*aborted_cached)(void *ctx); member in struct:eapol_ctx
H A Deapol_supp_sm.c1702 if (sm->ctx->aborted_cached)
1703 sm->ctx->aborted_cached(sm->ctx->ctx);
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h184 * aborted_cached - Notify that cached PMK attempt was aborted
187 void (*aborted_cached)(void *ctx); member in struct:eapol_ctx
H A Deapol_supp_sm.c1702 if (sm->ctx->aborted_cached)
1703 sm->ctx->aborted_cached(sm->ctx->ctx);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h184 * aborted_cached - Notify that cached PMK attempt was aborted
187 void (*aborted_cached)(void *ctx); member in struct:eapol_ctx
H A Deapol_supp_sm.c1702 if (sm->ctx->aborted_cached)
1703 sm->ctx->aborted_cached(sm->ctx->ctx);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpas_glue.c1107 ctx->aborted_cached = wpa_supplicant_aborted_cached;

Completed in 701 milliseconds