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
255
if (sm->ctx->
mark_authenticated
)
256
return sm->ctx->
mark_authenticated
(sm->ctx->ctx, target_ap);
wpa.h
52
int (*
mark_authenticated
)(void *ctx, const u8 *target_ap);
member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c
1073
ctx->
mark_authenticated
= wpa_supplicant_mark_authenticated;
Completed in 165 milliseconds