Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h347 if (sm->ctx->mark_authenticated) in wpa_sm_mark_authenticated()
348 return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap); in wpa_sm_mark_authenticated()
Dwpa.h58 int (*mark_authenticated)(void *ctx, const u8 *target_ap); member
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c1413 ctx->mark_authenticated = wpa_supplicant_mark_authenticated; in wpa_supplicant_init_wpa()