HomeSort by: relevance | last modified time | path
    Searched defs:fst_group (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/fst/
fst_group.h 12 struct fst_group { struct
25 struct fst_group * fst_group_create(const char *group_id);
26 void fst_group_attach_iface(struct fst_group *g, struct fst_iface *i);
27 void fst_group_detach_iface(struct fst_group *g, struct fst_iface *i);
28 void fst_group_delete(struct fst_group *g);
30 void fst_group_update_ie(struct fst_group *g);
32 static inline bool fst_group_has_ifaces(struct fst_group *g)
37 static inline struct fst_iface * fst_group_first_iface(struct fst_group *g)
42 static inline const char * fst_group_get_id(struct fst_group *g)
47 bool fst_group_delete_if_empty(struct fst_group *group)
    [all...]

Completed in 15 milliseconds