Home
last modified time | relevance | path

Searched refs:ap_list (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_list.c66 if (iface->ap_list) { in ap_ap_list_add()
67 ap->prev = iface->ap_list->prev; in ap_ap_list_add()
68 iface->ap_list->prev = ap; in ap_ap_list_add()
71 ap->next = iface->ap_list; in ap_ap_list_add()
72 iface->ap_list = ap; in ap_ap_list_add()
78 if (iface->ap_list == ap) in ap_ap_list_del()
79 iface->ap_list = ap->next; in ap_ap_list_del()
85 else if (iface->ap_list) in ap_ap_list_del()
86 iface->ap_list->prev = ap->prev; in ap_ap_list_del()
133 ap = iface->ap_list; in hostapd_free_aps()
[all …]
H A DMakefile17 ap_list.o \
H A Dhostapd.h577 struct ap_info *ap_list; /* AP info list head */ member
/freebsd/sys/security/audit/
H A Daudit_pipe.c176 TAILQ_ENTRY(audit_pipe) ap_list;
438 TAILQ_FOREACH(ap, &audit_pipe_list, ap_list) { in audit_pipe_preselect()
516 TAILQ_FOREACH(ap, &audit_pipe_list, ap_list) { in audit_pipe_submit()
549 TAILQ_FOREACH(ap, &audit_pipe_list, ap_list) { in audit_pipe_submit_user()
595 TAILQ_INSERT_HEAD(&audit_pipe_list, ap, ap_list); in audit_pipe_alloc()
645 TAILQ_REMOVE(&audit_pipe_list, ap, ap_list); in audit_pipe_free()
/freebsd/sbin/pflowctl/
H A Dpflowctl.c85 static struct snl_attr_parser ap_list[] = { variable
91 SNL_DECLARE_PARSER(list_parser, struct genlmsghdr, fp_list, ap_list);