Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/fst/
H A Dfst.h155 struct fst_ctrl { struct
160 int (*init)(void);
165 void (*deinit)(void);
171 int (*on_group_created)(struct fst_group *g);
176 void (*on_group_deleted)(struct fst_group *g);
205 * @extra - Event specific data (see fst_ctrl_iface.h for more info) argument
212 struct fst_ctrl_handle * fst_global_add_ctrl(const struct fst_ctrl *ctrl); argument