OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mark_authenticated
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h
244
if (sm->ctx->
mark_authenticated
)
245
return sm->ctx->
mark_authenticated
(sm->ctx->ctx, target_ap);
wpa.h
51
int (*
mark_authenticated
)(void *ctx, const u8 *target_ap);
member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c
914
ctx->
mark_authenticated
= wpa_supplicant_mark_authenticated;
Completed in 560 milliseconds