Home | History | Annotate | Download | only in fst

Lines Matching refs:fst_group

12 struct fst_group {
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 Boolean 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 Boolean fst_group_delete_if_empty(struct fst_group *group);
48 struct fst_iface * fst_group_get_iface_by_name(struct fst_group *g,
51 fst_group_find_new_iface_by_stie(struct fst_group *g,
58 struct fst_group *g, const u8 *mb_ies_buff, size_t mb_ies_size,
60 u8 fst_group_assign_dialog_token(struct fst_group *g);
61 u32 fst_group_assign_fsts_id(struct fst_group *g);
67 struct fst_group, global_groups_lentry)
69 static inline struct fst_group * fst_first_group(void)
71 return dl_list_first(&fst_global_groups_list, struct fst_group,