Searched defs:fst_group (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_group.h12 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 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 *grou
[all...]
/external/wpa_supplicant_8/src/fst/
H A Dfst_group.h12 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 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 *grou
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_group.h12 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 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 *grou
[all...]

Completed in 142 milliseconds