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.h177 * aborted_cached - Notify that cached PMK attempt was aborted
180 void (*aborted_cached)(void *ctx); member in struct:eapol_ctx
H A Deapol_supp_sm.c1658 if (sm->ctx->aborted_cached)
1659 sm->ctx->aborted_cached(sm->ctx->ctx);
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h177 * aborted_cached - Notify that cached PMK attempt was aborted
180 void (*aborted_cached)(void *ctx); member in struct:eapol_ctx
H A Deapol_supp_sm.c1658 if (sm->ctx->aborted_cached)
1659 sm->ctx->aborted_cached(sm->ctx->ctx);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h177 * aborted_cached - Notify that cached PMK attempt was aborted
180 void (*aborted_cached)(void *ctx); member in struct:eapol_ctx
H A Deapol_supp_sm.c1658 if (sm->ctx->aborted_cached)
1659 sm->ctx->aborted_cached(sm->ctx->ctx);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpas_glue.c845 ctx->aborted_cached = wpa_supplicant_aborted_cached;

Completed in 64 milliseconds