Searched refs:group_lentry (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_group.h | 23 dl_list_for_each((i), &(g)->ifaces, struct fst_iface, group_lentry) 39 return dl_list_first(&g->ifaces, struct fst_iface, group_lentry); in fst_group_first_iface()
|
H A D | fst_group.c | 470 list = &f->group_lentry; in fst_group_attach_iface() 472 dl_list_add(list, &i->group_lentry); in fst_group_attach_iface() 478 dl_list_del(&i->group_lentry); in fst_group_detach_iface()
|
H A D | fst_iface.h | 25 struct dl_list group_lentry; member
|
H A D | fst_session.c | 1328 s->data.old_iface = dl_list_entry(s->data.new_iface->group_lentry.next, in get_group_fill_session() 1329 struct fst_iface, group_lentry); in get_group_fill_session()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_group.h | 23 dl_list_for_each((i), &(g)->ifaces, struct fst_iface, group_lentry) 39 return dl_list_first(&g->ifaces, struct fst_iface, group_lentry); in fst_group_first_iface()
|
H A D | fst_group.c | 470 list = &f->group_lentry; in fst_group_attach_iface() 472 dl_list_add(list, &i->group_lentry); in fst_group_attach_iface() 478 dl_list_del(&i->group_lentry); in fst_group_detach_iface()
|
H A D | fst_iface.h | 25 struct dl_list group_lentry; member
|
H A D | fst_session.c | 1328 s->data.old_iface = dl_list_entry(s->data.new_iface->group_lentry.next, in get_group_fill_session() 1329 struct fst_iface, group_lentry); in get_group_fill_session()
|
Completed in 7 milliseconds