HomeSort by relevance Sort by last modified time
    Searched refs:dl_list_first (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/src/utils/
list.h 68 #define dl_list_first(list, type, member) \ macro
edit.c 229 dl_list_first(&history_list, struct edit_history, list)) {
253 dl_list_first(&history_list, struct edit_history, list)) {
1148 while ((h = dl_list_first(&history_list, struct edit_history, list))) {
eloop.c 705 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
747 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 132 iface = dl_list_first(&sm->interfaces,
583 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/wpa_supplicant/
bss.c 143 wpa_bss_remove(wpa_s, dl_list_first(&wpa_s->bss,
ctrl_iface.c     [all...]
wpa_cli.c 130 while ((e = dl_list_first(list, struct cli_txt_entry, list)))
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c     [all...]

Completed in 666 milliseconds