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

  /external/wpa_supplicant_8/src/utils/
list.h 74 #define dl_list_first(list, type, member) \ macro
edit.c 233 dl_list_first(&history_list, struct edit_history, list)) {
253 dl_list_first(&history_list, struct edit_history, list))
1137 while ((h = dl_list_first(&history_list, struct edit_history, list))) {
eloop.c 520 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
544 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 142 iface = dl_list_first(&sm->interfaces,
595 iface = dl_list_first(
wps_upnp.c 710 s = dl_list_first(&sm->subscriptions, struct subscription,
    [all...]
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 765 bss = dl_list_first(&drv->bss, struct test_driver_bss, list);
1234 bss = dl_list_first(&drv->bss, struct test_driver_bss, list);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 123 wpa_bss_remove(wpa_s, dl_list_first(&wpa_s->bss,
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c     [all...]

Completed in 33 milliseconds