OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fst_group
(Results
1 - 10
of
10
) sorted by null
/external/wpa_supplicant_8/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 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)
[
all
...]
fst_session.h
15
struct
fst_group
;
23
fst_session_global_get_first_by_group(struct
fst_group
*g);
25
struct fst_session * fst_session_create(struct
fst_group
*g);
41
struct
fst_group
* fst_session_get_group(struct fst_session *s);
50
typedef void (*fst_session_enum_clb)(struct
fst_group
*g, struct fst_session *s,
53
void fst_session_enum(struct
fst_group
*g, fst_session_enum_clb clb, void *ctx);
fst.h
42
struct
fst_group
;
171
int (*on_group_created)(struct
fst_group
*g);
176
void (*on_group_deleted)(struct
fst_group
*g);
fst_iface.h
19
struct
fst_group
*group;
28
struct fst_iface * fst_iface_create(struct
fst_group
*g, const char *ifname,
34
static inline struct
fst_group
* fst_iface_get_group(struct fst_iface *i)
fst.c
42
struct
fst_group
*g;
43
struct
fst_group
*group = NULL;
92
struct
fst_group
*group = fst_iface_get_group(iface);
117
struct
fst_group
*group;
fst_group.c
127
static struct wpabuf * fst_group_create_mb_ie(struct
fst_group
*g,
232
struct fst_iface * fst_group_get_iface_by_name(struct
fst_group
*g,
248
u8 fst_group_assign_dialog_token(struct
fst_group
*g)
257
u32 fst_group_assign_fsts_id(struct
fst_group
*g)
433
struct
fst_group
* fst_group_create(const char *group_id)
435
struct
fst_group
*g;
455
void fst_group_attach_iface(struct
fst_group
*g, struct fst_iface *i)
476
void fst_group_detach_iface(struct
fst_group
*g, struct fst_iface *i)
482
void fst_group_delete(struct
fst_group
*group)
496
Boolean fst_group_delete_if_empty(struct
fst_group
*group
[
all
...]
fst_iface.c
15
struct fst_iface * fst_iface_create(struct
fst_group
*g, const char *ifname,
fst_ctrl_iface.c
19
static struct
fst_group
* get_fst_group_by_id(const char *id)
21
struct
fst_group
*g;
85
struct
fst_group
*g;
251
struct
fst_group
*g;
276
struct
fst_group
*g;
469
static void list_session_enum_cb(struct
fst_group
*g, struct fst_session *s,
486
struct
fst_group
*g;
511
struct
fst_group
*g;
562
struct
fst_group
*g;
598
struct
fst_group
*g
[
all
...]
fst_session.c
72
struct
fst_group
*group;
235
fst_find_session_in_progress(const u8 *peer_addr, struct
fst_group
*g)
365
struct
fst_group
*g;
754
struct fst_session * fst_session_create(struct
fst_group
*g)
1134
struct
fst_group
* fst_session_get_group(struct fst_session *s)
1183
void fst_session_enum(struct
fst_group
*g, fst_session_enum_clb clb, void *ctx)
1237
struct
fst_group
*g = fst_session_get_group(s);
[
all
...]
/external/wpa_supplicant_8/hostapd/
Android.mk
332
OBJS += src/fst/
fst_group
.c
Completed in 308 milliseconds