Home
last modified time | relevance | path

Searched refs:fst_session_enum_clb (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/fst/
Dfst_session.h50 typedef void (*fst_session_enum_clb)(struct fst_group *g, struct fst_session *s, typedef
53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
Dfst_session.c1183 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum()