/external/wpa_supplicant_8/src/utils/ |
list.h | 68 #define dl_list_first(list, type, member) \ macro
|
eloop_none.c | 326 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout, 345 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
|
edit.c | 230 dl_list_first(&history_list, struct edit_history, list)) { 254 dl_list_first(&history_list, struct edit_history, list)) { 1150 while ((h = dl_list_first(&history_list, struct edit_history, list))) {
|
eloop_win.c | 480 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout, 521 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
|
eloop.c | 731 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout, 773 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_web.c | 189 iface = dl_list_first(&sm->interfaces, 320 iface = dl_list_first(&sm->interfaces, 422 iface = dl_list_first(&sm->interfaces, 476 iface = dl_list_first(&sm->interfaces, [all...] |
wps_upnp_event.c | 89 e = dl_list_first(&s->event_queue, struct wps_event_, list);
|
wps_upnp_ssdp.c | 135 iface = dl_list_first(&sm->interfaces, 586 iface = dl_list_first(
|
wps_upnp.c | 713 s = dl_list_first(&sm->subscriptions, struct subscription, [all...] |
wps_registrar.c | [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_test.c | 759 bss = dl_list_first(&drv->bss, struct test_driver_bss, list); 1221 bss = dl_list_first(&drv->bss, struct test_driver_bss, list); [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.c | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config.c | [all...] |
wpa_cli.c | 133 while ((e = dl_list_first(list, struct cli_txt_entry, list))) [all...] |
ctrl_iface.c | [all...] |