Home
last modified time | relevance | path

Searched defs:fst_ctrl (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/fst/
Dfst.h147 struct fst_ctrl { struct
152 int (*init)(void);
157 void (*deinit)(void);
163 int (*on_group_created)(struct fst_group *g);
168 void (*on_group_deleted)(struct fst_group *g);
197 * @extra - Event specific data (see fst_ctrl_iface.h for more info) argument
204 struct fst_ctrl_handle * fst_global_add_ctrl(const struct fst_ctrl *ctrl); argument